Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board. WeIO board (http://we-io.net) is based on Carambola2 module from 8Devices, and the patch adds a separate profile.

2015-07-26 Thread Drasko DRASKOVIC
Hi Karl, On Sun, Jul 26, 2015 at 4:41 AM, Karl Palsson ka...@tweak.net.au wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Let me just preface this with... I am _not_ any sort of authority on code style, or any sort of approved openwrt commit police. I'm just some person subscribed to

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board. WeIO board (http://we-io.net) is based on Carambola2 module from 8Devices, and the patch adds a separate profile.

2015-07-25 Thread Drasko DRASKOVIC
Hi Karl, On Thu, Jun 18, 2015 at 2:35 AM, Karl Palsson ka...@tweak.net.au wrote: You said you're removed the commented out code? Also, somehow your description ended up in the subject... (More comments inline, but this looks like an older version of the patch) Sincerely, Karl Palsson

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board. WeIO board (http://we-io.net) is based on Carambola2 module from 8Devices, and the patch adds a separate profile.

2015-07-25 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Let me just preface this with... I am _not_ any sort of authority on code style, or any sort of approved openwrt commit police. I'm just some person subscribed to the mailing list. You are _absolutely_ entitled to ignore anything I say. ...

[OpenWrt-Devel] [PATCH] Add support for WeIO board. WeIO board (http://we-io.net) is based on Carambola2 module from 8Devices, and the patch adds a separate profile.

2015-06-17 Thread Drasko DRASKOVIC
Signed-off-by: Drasko DRASKOVIC drasko.drasko...@gmail.com --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 3 +- target/linux/ar71xx/config-3.18| 1 + .../linux/ar71xx/files/arch/mips/ath79/mach-weio.c |

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board

2015-06-17 Thread Drasko DRASKOVIC
Thanks for revision, I have resent corrected patch: - Added description - Added signed-of - Corrected alphabetical order of `target/linux/ar71xx/base-files/lib/ar71xx.sh` BR, Drasko On Wed, Jun 17, 2015 at 2:17 PM, Karl Palsson ka...@tweak.net.au wrote: Drasko DRASKOVIC

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board. WeIO board (http://we-io.net) is based on Carambola2 module from 8Devices, and the patch adds a separate profile.

2015-06-17 Thread Karl Palsson
You said you're removed the commented out code? Also, somehow your description ended up in the subject... (More comments inline, but this looks like an older version of the patch) Sincerely, Karl Palsson Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: Signed-off-by: Drasko DRASKOVIC

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-16 Thread Drasko DRASKOVIC
HI all, I have just re-sent patch through `git send-email`. I have corrected following: - Added GPLv2 header - Corrected alphabetical order everywhere where I saw it was respected - removed eth0 and other carambola2 LED related stuff Best regards, Drasko

[OpenWrt-Devel] [PATCH] Add support for WeIO board

2015-06-16 Thread Drasko DRASKOVIC
--- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 3 +- target/linux/ar71xx/config-3.18| 1 + .../linux/ar71xx/files/arch/mips/ath79/mach-weio.c | 162 +

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board

2015-06-16 Thread Florian Fainelli
Missing Signed-off-by tag and description of the patch. Le 06/16/15 14:06, Drasko DRASKOVIC a écrit : -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-15 Thread Drasko DRASKOVIC
Hi Karl, On Mon, Jun 15, 2015 at 11:48 AM, Karl Palsson ka...@tweak.net.au wrote: A lot of this messes up the alphabetical ordering. Can you point me to exact spots? I tried to add WeIO support next to Carambola2, as in many cases it is practically the same. I might be that I did not notice

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-15 Thread Karl Palsson
Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: Hi Karl, On Mon, Jun 15, 2015 at 11:48 AM, Karl Palsson ka...@tweak.net.au wrote: A lot of this messes up the alphabetical ordering. Can you point me to exact spots? I tried to add WeIO support next to Carambola2, as in many cases

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-15 Thread Drasko DRASKOVIC
Hi John, On Mon, Jun 15, 2015 at 8:56 AM, John Crispin blo...@openwrt.org wrote: On 14/06/2015 23:56, Drasko DRASKOVIC wrote: +/** + * WEIO Web Of Things Platform + * + * Copyright (C) 2013 Drasko DRASKOVIC and Uros PETREVSKI + * + * ## ## ### + *

[OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-14 Thread Drasko DRASKOVIC
Hello, please find below patch that adds support for WeIO board (http://we-io.net) to Chaos Calmer master branch. The board is based on Carambola2 module from 8Devices, and this patch adds a separate profile for WeIO. Best regards, Drasko From c68e410601b1fe656dad7b08ed41de470d0550c6 Mon Sep

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-14 Thread Florian Fainelli
On Jun 14, 2015 2:56 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: Hello, please find below patch that adds support for WeIO board (http://we-io.net) to Chaos Calmer master branch. The board is based on Carambola2 module from 8Devices, and this patch adds a separate profile for