[OpenWrt-Devel] [PATCH] strongSwan 5.1.1 update for Ticket #14018

2013-11-10 Thread Edy Corak
This patch updates the strongSwan package in Attitude Adjustment 12.09.1 to the Current Release 5.1.1 Ticket: https://dev.openwrt.org/ticket/14018 Signed-off-by: Edy Corak i...@loenshotel.de Index: patches/300-include-ipsec-user-script.patch

[OpenWrt-Devel] [PATCH] ag71xx: fix ag71xx_probe error path

2013-11-10 Thread Catalin Patulea
Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- .../net/ethernet/atheros/ag71xx/ag71xx_main.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 08:09, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 08:00]: hotplug-call: script: /etc/hotplug.d/iface/00-netstate READY: 1194 hotplug-call: script: /etc/hotplug.d/iface/15-teql START: 1194 hotplug-call: script: /etc/hotplug.d/iface/15-teql READY: 1194

Re: [OpenWrt-Devel] [PATCH 0/2] Initial NAND support for WNDR4300

2013-11-10 Thread Stefan Agner
Weird. For me it was working only at the first boot after flashing the image, but any modifications in the fs has been lost after subsequent reboots. Hm, might be I did not looked at that correctly. Altough, I installed some packages and I think they were still there after reboot... Just

Re: [OpenWrt-Devel] [PATCH 0/2] Initial NAND support for WNDR4300

2013-11-10 Thread Stefan Agner
Nevermind, the second time it worked: [2.71] UBI: attaching mtd8 to ubi0 [2.74] UBI: EOF marker found, PEBs from 17 will be erased [2.74] UBI: scanning is finished [2.77] gluebi (pid 1): gluebi_resized: got update notification for unknown UBI device 0 volume 1 [

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 13:13]: 3 sec vs. 70 sec... this was done on a strong board, on a weak board the difference is much bigger. This is only _one_ little optimization, and there are a lot of... For it to matter, I'm more interested in the absolute time saved than

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-10 Thread Florian Effenberger
Hi, 2013/11/10 Weedy weedy2...@gmail.com: ehh, I guess needed to add ubus call network reload before ifup. That was about it. thanks for sharing, that indeed helps! However, there must be some easy method, as I assume 12.09.1 will be in the same state as 12.09, but with some newer hardware

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 13:13]: For it to matter, I'm more interested in the absolute time saved than relative differences on a completely unrealistic number of iterations. In the case you're describing, it's still only saving about 7 ms per interface-up event, that's not

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 13:41, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 13:13]: 3 sec vs. 70 sec... this was done on a strong board, on a weak board the difference is much bigger. This is only _one_ little optimization, and there are a lot of... For it to matter, I'm

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 14:25, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 13:13]: For it to matter, I'm more interested in the absolute time saved than relative differences on a completely unrealistic number of iterations. In the case you're describing, it's still only saving

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 14:30, Felix Fietkau wrote: On 2013-11-10 14:25, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 13:13]: For it to matter, I'm more interested in the absolute time saved than relative differences on a completely unrealistic number of iterations. In the case

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 15:22]: We could then also make it check if the /etc/hotplug.d/$SUBSYSTEM directory exists before issuing a call to /sbin/hotplug-call. this sounds good. so in /sbin/hotplug-call there is everytime the check [ \! -z $1 -a -d /etc/hotplug.d/$1 ] {

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 16:02, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 15:22]: We could then also make it check if the /etc/hotplug.d/$SUBSYSTEM directory exists before issuing a call to /sbin/hotplug-call. this sounds good. so in /sbin/hotplug-call there is everytime the

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 15:22]: You could try this patch to see if it makes a difference wrt. boot time: --- --- a/package/system/procd/files/hotplug.json +++ b/package/system/procd/files/hotplug.json @@ -69,8 +69,14 @@ [ exec, /etc/rc.button/%BUTTON% ]

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 16:13]: for FILE in /etc/hotplug.d/$1/*; do ( command . $FILE ); done because we know, that the directory exists and there is no need to fork ls and there is no need to check for a file if we use 'command' (a builtin). FILE should

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Felix Fietkau
On 2013-11-10 16:16, Bastian Bittorf wrote: * Felix Fietkau n...@openwrt.org [10.11.2013 16:13]: for FILE in /etc/hotplug.d/$1/*; do ( command . $FILE ); done because we know, that the directory exists and there is no need to fork ls and there is no need to check for a file if

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 16:24]: if there are no files, than the call is e.g.: command . /etc/hotplug.d/iface/* (which throws an error, but does not hurt). the call I'd prefer preventing unnecessary logspam. test -f $file . $file is racy anyway. just use

Re: [OpenWrt-Devel] forky hotplug-calls on lowmem-devices

2013-11-10 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [10.11.2013 14:36]: also every script which needs an action has to fork, e.g. in '/etc/hotplug.d/iface/50-olsrd' we call /etc/init.d/olsrd restart maybe we can just source 'rc.common' once in '/sbin/hotplug-call' and so we can call just 'restart'

[OpenWrt-Devel] [PATCH] ar71xx: wndr4300: set official mac addresses

2013-11-10 Thread Stefan Agner
Get the factory assigned mac addresses stored in the caldata partition and asign them to lan, wan and radio1. Signed-off-by: Stefan Agner ste...@agner.ch --- package/base-files/files/lib/functions/uci-defaults.sh | 9 + target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 6

[OpenWrt-Devel] [PATCH] atheros: /etc/diag.sh for FON2201

2013-11-10 Thread Daniel Gimpelevich
In Backfire, the power LED worked normally on the Fonera+, but in Barrier Breaker, it's unused. I can't seem to find a way to differentiate among hardware in the atheros target, so I'm submitting a FIXME patch to be further patched with info from other devices. Signed-off-by: Daniel Gimpelevich

[OpenWrt-Devel] [PATCH] [1/3] ar71xx: Add kernel support for the WR842N/ND v2

2013-11-10 Thread Martijn Zilverschoon
Patch to add kernel support for the TP-LINK WR842N/ND v2 Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c index 6d2654b..064a33f 100644 ---

[OpenWrt-Devel] [PATCH] [2/3] ar71xx: add profile for the WR842N/ND v2

2013-11-10 Thread Martijn Zilverschoon
Patch to add the profile for the TP-LINK WR842N/ND v2 Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 897aab9..64d2986 100644 --- a/target/linux/ar71xx/image/Makefile +++

[OpenWrt-Devel] [PATCH] [3/3] ar71xx: add user space support for the TL-WR842N/ND v2

2013-11-10 Thread Martijn Zilverschoon
Patch to add the user space support for the TL-WR842N/ND v2 Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index e304fac..6ee36c1 100755 ---

[OpenWrt-Devel] [PATCH] [packages] libsodium: New package

2013-11-10 Thread Moritz Warning
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Add Sodium version 0.4.5 as new package to OpenWrt. Sodium is cryptographic library based on NaCl and exposes a very simple, high-level API with a tiny set of functions for each operation. It improves on many shortcomings of NaCl. Signed-off-by:

[OpenWrt-Devel] [PATCH 4/8] brcm47xx/lzmaloader: add Belkin F7DXXXX support

2013-11-10 Thread Cody P Schafer
F7D3301/F7D7301, F7D3302/F7D7302 and F7D4301 all have replacements for the TRX magic (HDR0), and all those models also appear to support a single QA TRX magic. Add all of this to the lzmaloader's trx recognition code. Signed-off-by: Cody P Schafer de...@codyps.com ---

[OpenWrt-Devel] [PATCH 0/8] Add Belkin F7Dx30x support

2013-11-10 Thread Cody P Schafer
These pathes add (at least) support for the Belkin F7D3302/F7D7302 router (which I have), and potentially also enable the F7D3301 and F7D4301 routers (which I don't have and have not tested). -- Cody P Schafer (8): broadcom-diag: add Belkin F7D3302/F7D7302 linux/brcm47xx : Belkin F7Dx30x

[OpenWrt-Devel] [PATCH 2/8] linux/brcm47xx : Belkin F7Dx30x board detection

2013-11-10 Thread Cody P Schafer
boardnum is unstable, so allow using NULL to make it unchecked. A method for differentiating F7D3301 from F7D3302 using nvram is unknown at this point. Reading the first 32bits of magic from the linux mtd partition would do the trick, but these 2 are similar enough that we don't need separate

[OpenWrt-Devel] [PATCH 1/8] broadcom-diag: add Belkin F7D3302/F7D7302

2013-11-10 Thread Cody P Schafer
Signed-off-by: Cody P Schafer de...@codyps.com --- package/kernel/broadcom-diag/src/diag.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/package/kernel/broadcom-diag/src/diag.c b/package/kernel/broadcom-diag/src/diag.c index e11141e..fccc219

[OpenWrt-Devel] [PATCH 3/8] brcm47xx/image: build Belkin F7DXXXX images

2013-11-10 Thread Cody P Schafer
F7D3302/F7D7302, F7D3301/F7D7301, and F7D4301 Signed-off-by: Cody P Schafer de...@codyps.com --- target/linux/brcm47xx/image/Makefile | 24 1 file changed, 24 insertions(+) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index

[OpenWrt-Devel] [PATCH 7/8] mtd: recognize belkin trx magic

2013-11-10 Thread Cody P Schafer
Signed-off-by: Cody P Schafer de...@codyps.com --- package/system/mtd/src/trx.c | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/package/system/mtd/src/trx.c b/package/system/mtd/src/trx.c index 65c2440..8d85aaf 100644 ---

[OpenWrt-Devel] [PATCH 8/8] brcm47xx/upgrade: add workarounds for Belkin .trx headers

2013-11-10 Thread Cody P Schafer
Signed-off-by: Cody P Schafer de...@codyps.com --- .../brcm47xx/base-files/lib/upgrade/platform.sh| 62 -- 1 file changed, 57 insertions(+), 5 deletions(-) diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh

[OpenWrt-Devel] [PATCH 5/8] brcm47xx/mtd-partition: recognize Belkin F7DXXXX TRX headers

2013-11-10 Thread Cody P Schafer
F7D3301/F7D7301, F7D3302/F7D7302, and F7D4301 replace the HDR0 with a custom byte sequence (which appears to be a date). Also, they all appear to support a single QA byte sequence. Add all of these to the partition detection. Signed-off-by: Cody P Schafer de...@codyps.com ---

[OpenWrt-Devel] [PATCH] quilt: avoid copying backup files.

2013-11-10 Thread Cody P Schafer
Signed-off-by: Cody P Schafer de...@codyps.com --- include/quilt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/quilt.mk b/include/quilt.mk index 925b7a7..e256489 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -22,7 +22,7 @@ endif QUILT_CMD:=quilt

[OpenWrt-Devel] [PATCH 6/8] brcm47xx: fix netconfig for inverted vlan?ports in nvram

2013-11-10 Thread Cody P Schafer
This was observed on the Belkin Share F7D7302. Signed-off-by: Cody P Schafer de...@codyps.com --- target/linux/brcm47xx/base-files/etc/init.d/netconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig

[OpenWrt-Devel] Commandline Hack and Command line marker not found

2013-11-10 Thread Drasko DRASKOVIC
Hi all, Can somebody explain what is OpenWRT Command Line Hack option in kernel menuconfig? Following the instructions here: https://github.com/8devices/u-boot/issues/3#issuecomment-28056612 I have disabled CONFIG_IMAGE_CMDLINE_HACK. Now I am getting error: Command line marker not found! I have

[OpenWrt-Devel] [PATCH 0/18, v2] broadcom-wl: improvements for newer devices

2013-11-10 Thread Nathan Hintz
The goal of this patch set is to provide improved support for newer devices supported by the proprietary broadcom-wl driver. This includes some general cleanup items, bug fixes, and some enhancements. I've tried to keep the individual patches small and focused on a single topic. Testing was

[OpenWrt-Devel] [PATCH 4/18, v2] broadcom-wl: update description for recently added

2013-11-10 Thread Nathan Hintz
Update descriptions for 'phytype' and 'band'. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/src/wlc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/broadcom-wl/src/wlc.c b/package/kernel/broadcom-wl/src/wlc.c index

[OpenWrt-Devel] [PATCH 2/18, v2] broadcom-wl: change interface names

2013-11-10 Thread Nathan Hintz
'netifd' treats all devices with a . in their name as vlan devices. Modify the name of virtual/WDS interfaces created by broadcom-wl to use a - instead of a ., so they will be treated as simple devices by 'netifd'. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's

[OpenWrt-Devel] [PATCH 7/18, v2] broadcom-wl: shutdown 'nas' when 'wl' device is disabled

2013-11-10 Thread Nathan Hintz
'nas' must be shutdown independently for each 'wl' device to properly support devices with multiple radios. Do the shutdown when the device is disabled instead of when it is brought up. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's comment to rename the interfaces

[OpenWrt-Devel] [PATCH 3/18, v2] broadcom-wl: fix band reporting

2013-11-10 Thread Nathan Hintz
Modify the band reporting for broadcom devices to correctly report HW capability. Currently, 802.11na devices report bgn; but should be reporting an. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- .../patches/014-fix-band-reporting.patch | 41 ++ 1 file

[OpenWrt-Devel] [PATCH 1/18, v2] broadcom-wl: fix compiler warning

2013-11-10 Thread Nathan Hintz
Delete the return value (nvram_exit is declared with a 'void' return). Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 5/18, v2] broadcom-wl: fix whitespace handling

2013-11-10 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/src/wlc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/broadcom-wl/src/wlc.c b/package/kernel/broadcom-wl/src/wlc.c index 7b21ea0..9f4abc0 100644 ---

[OpenWrt-Devel] [PATCH 10/18, v2] broadcom-wl: eliminate 'invalid command' when setting ssid

2013-11-10 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh index

[OpenWrt-Devel] [PATCH 6/18, v2] broadcom-wl: use a single instance of 'nas' per 'wl' device

2013-11-10 Thread Nathan Hintz
A single instance of 'nas' can support multiple interfaces; there's no need to run multiple instances. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 16/18, v2] broadcom-wl: support probe of 'wds' devices

2013-11-10 Thread Nathan Hintz
'nas' requires probe of 'wds' devices to be successful; so don't fail them. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- .../patches/015-support-probe-of-wds-interfaces.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 11/18, v2] broadcom-wl: add support for setting H/W address

2013-11-10 Thread Nathan Hintz
Some devices initialize with a default address (common to all H/W). The address needs to be changeable so that a unique address can be assigned to each AP. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's comment to rename the interfaces (wl0, wl0-1, wl0-2..., and

[OpenWrt-Devel] [PATCH 12/18, v2] broadcom-wl: improve device cleanup

2013-11-10 Thread Nathan Hintz
Move all device cleanup to disable_broadcom. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's comment to rename the interfaces (wl0, wl0-1, wl0-2..., and wds0-1, wds0-2...). .../kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 36 +- 1 file

[OpenWrt-Devel] [PATCH 14/18, v2] broadcom-wl: perform additional cleanup on wl module unload

2013-11-10 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/patches/007-use-glue-driver.patch | 8 ++-- .../kernel/broadcom-wl/patches/008-fix_virtual_interfaces.patch | 2 +- package/kernel/broadcom-wl/patches/012-compat-3.10.patch | 2 +-

[OpenWrt-Devel] [PATCH 9/18, v2] broadcom-wl: clean up variable definitions (broadcom.sh)

2013-11-10 Thread Nathan Hintz
Specify variables as 'local' where appropriate Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's comment to rename the interfaces (wl0, wl0-1, wl0-2..., and wds0-1, wds0-2...). .../kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 47 +- 1

[OpenWrt-Devel] [PATCH 15/18, v2] broadcom-wl: fix crash when starting multiple virtual interfaces

2013-11-10 Thread Nathan Hintz
When enabling multiple VIFS, the driver sometimes crashes. The frequency of the crash increases as more VIFS are enabled. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- .../patches/008-fix_virtual_interfaces.patch | 123 -

[OpenWrt-Devel] [PATCH 8/18, v2] broadcom-wl: simplify processing of 'hwmode'

2013-11-10 Thread Nathan Hintz
Default gmode to GOnly unless explicitly overwridden. This corrects processing for 11ng to specify GOnly for gmode instead of Auto (which translated to bg). Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- .../kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 42 +++--- 1 file

[OpenWrt-Devel] [PATCH 13/18, v2] broadcom-wl: support more virtual interfaces

2013-11-10 Thread Nathan Hintz
Read the number of virtual interfaces to support from the device capabilities; as some newer devices can support up to 16. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Added an error check when attempting to read 'bssmax'. .../kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 10

[OpenWrt-Devel] [PATCH 17/18, v2] broadcom-wl: support 'wds' interfaces on 'wl1' device

2013-11-10 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- v2 - Incorporated Jow's comment to rename the interfaces (wl0, wl0-1, wl0-2..., and wds0-1, wds0-2...). package/kernel/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 18/18, v2] broadcom-wl: version roll

2013-11-10 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/kernel/broadcom-wl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/broadcom-wl/Makefile b/package/kernel/broadcom-wl/Makefile index 3b4d54c..588ac34 100644 ---

Re: [OpenWrt-Devel] [PATCH] ag71xx: fix ag71xx_probe error path

2013-11-10 Thread Gabor Juhos
2013.11.10. 10:42 keltezéssel, Catalin Patulea írta: Signed-off-by: Catalin Patulea c...@vv.carleton.ca Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org