[OpenWrt-Devel] [PATCH] ramips: add script to ignore bogus failsafe button

2013-09-29 Thread Felix Kaechele
This script helps prevent unwanted boots into failsafe mode when the board generates bogus button presses during bootup that cannot be fixed by debouncing the offending button/GPIO. The Poray X5/X6 is such a case. Signed-off-by: Felix Kaechele fe...@fetzig.org ---

[OpenWrt-Devel] [PATCH] ramips: add script to ignore bogus failsafe button

2013-09-29 Thread Felix Kaechele
I have the problem that one button on the Poray X5 generates bogus keypresses during boot up. This, in most cases, leads to the device booting into failsafe mode although this has not been requested by the user. This patch offers a generic way to fix this for other boards also. I still need to

[OpenWrt-Devel] [PATCH] DIR610A1: Fix remaining issues

2013-09-29 Thread Flavio Silveira
This patch fixes: - Ethernet and Wireless LEDs - Wireless MAC Address - Remove whitespaces from dts file Signed-off-by: Flavio Silveira f...@terra.com.br --- .../etc/hotplug.d/firmware/10-rt2x00-eeprom|2 +- .../ramips/base-files/lib/upgrade/platform.sh |1 +

[OpenWrt-Devel] dhcpv6.script being triggered a lot

2013-09-29 Thread Nathan Hintz
My cable provider (Comcast) recently enabled native IPV6, and I've enabled it on my router (using a recent trunk version). While generally the IPV6 connectivity is working, I am seeing something strange. Roughly every 3 seconds, the dhcpv6.script is being triggered to run (by odhcp6c). My

[OpenWrt-Devel] [PATCH] ath79: switch to async_schedule for mtdconcat

2013-09-29 Thread Catalin Patulea
schedule_work doesn't enforce that the work be done before prepare_namespace tries to find a rootfs. If device probing is fast enough, we can panic with VFS: Unable to mount root fs before the mtdconcat comes up. prepare_namespace calls wait_for_device_probe first, which waits for all async calls