[OpenWrt-Devel] [PATCH] gcc 4.4.1: ARM - save fix-v4bx flag in linker spec

2009-09-13 Thread Sven Bachmann
This patch is for the ARM architecture. It fixes the correct handover of the "--fix-v4bx" flag from gcc to the linker when the architecture doesn't support the thumb "bx lr" instruction. You'll also have to disable the USE_BX flag in the kernel configuration. The "bx lr" instruction is used by de

[OpenWrt-Devel] [PATCH] DMA turned off by default for x86

2009-09-13 Thread Thomas Albers
This patch addresses Ticket # 4658 Signed-off-by: Thomas Albers Index: target/linux/x86/config-2.6.28 === --- target/linux/x86/config-2.6.28 (revision 17574) +++ target/linux/x86/config-2.6.28 (working copy) @@ -167,7 +16

[OpenWrt-Devel] [PATCH] WPA-PSK/WPA2-PSK "mixed" ap mode on madwifi

2009-09-13 Thread Alex Volkov
Luci 0.8.7 has the "WPA-PSK/WPA2-PSK Mixed Mode" wifi encryption setting, but the scripts need some changes to actually enable it on hostapd + madwifi Signed-off-by: Alex Volkov --- Index: package/hostapd/files/hostapd.sh === ---