Re: [OpenWrt-Devel] [iptables] iptables broken ?

2012-11-25 Thread shazz
oh ! the mighty underscore :) I try ! On Sun, Nov 25, 2012 at 1:12 AM, Szabolcs Nagy n...@port70.net wrote: * Frank Meerk?tter fr...@meerkoetter.org [2012-11-24 22:25:26 +0100]: On 24/11/12 20:49, shazz wrote: error: nested redefinition of 'enum tcp_ca_state'

[OpenWrt-Devel] [PATCH 1/3] AA: mac80211/rt2x00: backport r34268

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../patches/622-rt2x00-fix-rt3352-ext-pa.patch | 212 + 1 file changed, 212 insertions(+) create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git

[OpenWrt-Devel] [PATCH 2/3] AA: mac80211/rt2x00: backport r34269

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../patches/623-rt2x00-rf_vals-rt3352-xtal20.patch | 121 + .../generic/files/include/linux/rt2x00_platform.h | 1 + 2 files changed, 122 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 3/3] AA: ramips: backport r34270

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h | 2 ++ target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c | 8 2 files changed, 10 insertions(+) diff --git

Re: [OpenWrt-Devel] musl patches are breaking the eglibc build

2012-11-25 Thread Florian Fainelli
Hi Frank, Le samedi 24 novembre 2012 22:23:08, Frank Meerkötter a écrit : Hi Florian, your recent work to add support for the musl-libc is breaking the build for eglibc-based toolchains. Whoops, sorry about that. Reverting 4cf1359d5dc38debc89834d895f9a3951044bf90 [package] iptables:

Re: [OpenWrt-Devel] musl patches are breaking the eglibc build

2012-11-25 Thread Florian Fainelli
Le dimanche 25 novembre 2012 11:55:08, Florian Fainelli a écrit : Hi Frank, Le samedi 24 novembre 2012 22:23:08, Frank Meerkötter a écrit : Hi Florian, your recent work to add support for the musl-libc is breaking the build for eglibc-based toolchains. Whoops, sorry about that.

Re: [OpenWrt-Devel] [musl] Support for musl libc in OpenWrt

2012-11-25 Thread Florian Fainelli
Le samedi 24 novembre 2012 07:15:33, Isaac Dunham a écrit : On Fri, 23 Nov 2012 21:10:33 +0100 Florian Fainelli flor...@openwrt.org wrote: Hi All, Support for musl libc in OpenWrt has been added in revision r34314, Glad to hear it! Note that the following issues are known: -

Re: [OpenWrt-Devel] [musl] Support for musl libc in OpenWrt

2012-11-25 Thread Szabolcs Nagy
* Florian Fainelli flor...@openwrt.org [2012-11-25 12:46:26 +0100]: Cop1 registers. After patching setjmp not to access these it works flawlessly on MIPS (big-endian) but MIPS (little-endian) still segfaults while being executed either from the kernel or qemu-mipsel. so there is endian

[OpenWrt-Devel] [PATCH v2][BCM63XX] Add a fixup for rt2x00 devices.

2012-11-25 Thread Álvaro Fernández Rojas
Fix typo in 96338GW power LED. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- Add SOB. diff --git a/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch b/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch index 798e801..df4ddb4 100644 ---

[OpenWrt-Devel] [PATCH] [package] base-files: add support for the morse LED trigger

2012-11-25 Thread Petr Viktorin
From d38c8ab2c40f368a783684d2214ec81b3cac8e11 Mon Sep 17 00:00:00 2001 From: Petr Viktorin encu...@gmail.com Date: Sun, 25 Nov 2012 14:36:03 +0100 Subject: [PATCH] [package] base-files: add support for the morse LED trigger Write delay and message options to their respective files, allowing Morse

Re: [OpenWrt-Devel] musl patches are breaking the eglibc build

2012-11-25 Thread Frank Meerkötter
On 25/11/12 12:41, Florian Fainelli wrote: [...] Whoops, sorry about that. Reverting 4cf1359d5dc38debc89834d895f9a3951044bf90 [package] iptables: add some musl portability fixes fixes the building of iptables. Reverting acd937382fefda95988b6dc279cf8989be4d6747 [buildroot] add preliminary

[OpenWrt-Devel] [PATCH v3][BCM63XX] Fix typo in 96338GW power LED.

2012-11-25 Thread Álvaro Fernández Rojas
Fix typo in 96338GW power LED. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- Add SOB. Wrong matter on v2 mail. diff --git a/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch b/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch index 798e801..df4ddb4 100644

Re: [OpenWrt-Devel] [PATCH] ramips: add DIR-615 D userspace support

2012-11-25 Thread Gabor Juhos
2012.11.25. 7:58 keltezéssel, Paul Fertser írta: Commit 7c8edac25f23c4fc14239fdc293caa1317649944 introduced new machine and Makefile changes to build images for this target. However, without the userspace bits a ramips machine can't use wifi as the necessary eeprom data is to be extracted by

Re: [OpenWrt-Devel] [PATCH] ramips: ramips_eth: use Kconfig definition to enable debug

2012-11-25 Thread Gabor Juhos
2012.11.25. 8:05 keltezéssel, Paul Fertser írta: The Kconfig identifier to enable debugging in the driver was different from the actually used one. Fix that. Signed-off-by: Paul Fertser fercer...@gmail.com Applied. Thanks, Gabor ___

Re: [OpenWrt-Devel] [PATCH 1/3] AA: mac80211/rt2x00: backport r34268

2012-11-25 Thread Gabor Juhos
2012.11.25. 11:49 keltezéssel, Daniel Golle írta: Signed-off-by: Daniel Golle dgo...@allnet.de Thanks. I have queued these patches for backport after committing them into trunk, and recently I have committed them into the AA branch. -Gabor ___

Re: [OpenWrt-Devel] [PATCH] [package] base-files: add support for the morse LED trigger

2012-11-25 Thread Gabor Juhos
2012.11.25. 15:30 keltezéssel, Petr Viktorin írta: From d38c8ab2c40f368a783684d2214ec81b3cac8e11 Mon Sep 17 00:00:00 2001 From: Petr Viktorin encu...@gmail.com Date: Sun, 25 Nov 2012 14:36:03 +0100 Subject: [PATCH] [package] base-files: add support for the morse LED trigger Write delay and

[OpenWrt-Devel] [PATCH] mac80211: rt2x00: Add support for multiple AP interfaces

2012-11-25 Thread Petr Štetiar
Fixes following error: nl80211: New interface wlan0-1 created: ifindex=38 nl80211: Add own interface ifindex 38 Could not set interface wlan0-1 flags (UP): Device or resource busy nl80211: Remove interface ifindex=38 Failed to add BSS

[OpenWrt-Devel] [PATCH][BCM63XX] Add Huawei HG556a support

2012-11-25 Thread Álvaro Fernández Rojas
Add Huawei EchoLife HG556a support. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- HW556 cal_data isn't located at the end of the flash near the nvram, so it needs updating jogo's mtd cal_data partitions detecting patch. diff --git

[OpenWrt-Devel] [PATCH][BCM63XX] Fix Comtrend AR-5381u Power LED

2012-11-25 Thread Álvaro Fernández Rojas
Fix Comtrend AR-5381u Power LED. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch index 39daedf..58a3deb 100644 ---