[OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
I tried building/running recent trunk for the venerable Netgear WGT634U, and discovered that it doesn't boot, or at least I lose the console right away. The last thing I see on the screen is: CFE version 1.0.34 for BCM95365R (32bit,SP,LE) Build Date: Tue Feb 24 03:21:41 CST 2004

Re: [OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 12:44 PM, Russell Senior wrote: I tried building/running recent trunk for the venerable Netgear WGT634U, and discovered that it doesn't boot, or at least I lose the console right away. The last thing I see on the screen is: CFE version 1.0.34 for BCM95365R (32bit,SP,LE)

Re: [OpenWrt-Devel] [PATCH, v2] zram-swap: fix dependencies

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 05:12 AM, Nathan Hintz wrote: swapon/swapoff are no longer provided by swap-utils; they are provided by block-mount instead. Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- package/system/zram-swap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OpenWrt-Devel] [PATCH] kernel/modules: set DM_SWITCH=n in kmod-dm

2013-11-13 Thread Daniel Golle
Kconfig asks for Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW) and waits for user input which breaks automated builds when using kernel 3.12. Signed-off-by: Daniel Golle dgo...@allnet.de --- package/kernel/linux/modules/block.mk | 3 ++- 1 file changed, 2 insertions(+), 1

[OpenWrt-Devel] [PATCH] mac80211: update ath10k firmware

2013-11-13 Thread Matti Laakso
Current version of ath10k in the recently updated wireless-testing package requires a new firmware. This patch fixes the issue. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: package/kernel/mac80211/Makefile === ---

[OpenWrt-Devel] [PATCH] mac80211: update regulatory database

2013-11-13 Thread Matti Laakso
This patch updates the regulatory database from wireless-regdb to support 80 MHz channels. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: package/kernel/mac80211/files/regdb.txt === ---

Re: [OpenWrt-Devel] [PATCH] mac80211: update ath10k firmware

2013-11-13 Thread Hauke Mehrtens
On 11/13/2013 08:53 PM, Matti Laakso wrote: Current version of ath10k in the recently updated wireless-testing package requires a new firmware. This patch fixes the issue. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: package/kernel/mac80211/Makefile

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch

2013-11-13 Thread Peter Wagner
The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd will append the data to first jffs2 partition it finds. As the kernel is also stored on a jffs2 partition (which resides before the overlay partition), the data will be

[OpenWrt-Devel] Unifi AP Pro sysupgrade patch V2

2013-11-13 Thread Peter Wagner
The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd will append the data to first jffs2 partition it finds. As the kernel is also stored on a jffs2 partition (which resides before the overlay partition), the data will be

Re: [OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
Hauke == Hauke Mehrtens ha...@hauke-m.de writes: Hauke Thanks for reporting the problem. The Fixes are now committed Hauke in r38793 and r38794. Those didn't fix my console problem. Applying the patch below before or after r38793 r38794 gives me a serial console back (provided for

[OpenWrt-Devel] [PATCH, v2] mac80211: update ath10k firmware

2013-11-13 Thread Matti Laakso
Current version of ath10k in the recently updated wireless-testing package requires a new firmware. This patch fixes the issue. v2: * fix (hopefully) the mangled whitespaces * actually install the new firmware instead of the old Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index:

[OpenWrt-Devel] [PATCH, v2] mac80211: update regulatory database

2013-11-13 Thread Matti Laakso
This patch updates the regulatory database from wireless-regdb to support 80 MHz channels. v2: fix mangled whitespaces Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: package/kernel/mac80211/files/regdb.txt === ---

[OpenWrt-Devel] [PATCH, v2] Introduce 802.11ac support

2013-11-13 Thread Matti Laakso
Since the ath10k driver is getting along nicely, I reckon its time to get proper 802.11ac support to OpenWrt. This patch introduces 802.11ac support to base-files, mac80211 and hostapd. Since the changes overall are rather small, I decided to put everything in a single patch. Let me know if you