Re: [OpenWrt-Devel] ar71xx support in mainline kernel?

2011-12-12 Thread Hartmut Knaack
Felix Fietkau schrieb: > On 2011-11-26 1:33 PM, Dave Taht wrote: >> I am curious as to if anyone was working on getting the ar71xx arch and >> drivers upstream? >> >> It appears that the ath79 arch was intended to be the same thing, but has >> nearly no users in the upstream kernel aside from two b

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk to support brcm47xx NAND flash

2011-12-12 Thread Hauke Mehrtens
Hi Tathagata, On 12/12/2011 05:51 AM, Tathagata Das wrote: > Hi Hauke, > WNR3500Lv2 is BCM5357 based. I did not see any SSB based NAND flash. So > I will remove that section from my patch and repost it. Also I will try > to use functions provided in drivers/mtd/nand/nand_base.c if possible. I >

[OpenWrt-Devel] [PATCH] ar71xx: Build images for Netgear WNDRMAC and WNDRMACv2

2011-12-12 Thread Mark Mentovai
The WNDRMAC is a WNDR3700v2 (64MB RAM, 16MB flash) in a white case. The WNDRMACv2 is a WNDR3800 (128MB RAM, 16MB flash) in a WNDRMAC case. The WNDRMAC case doesn't have "holes" or labels for the 2.4GHz LED or switch ports 2-4. The stock firmware uses a single LED (in the 5GHz position) to indicate

[OpenWrt-Devel] [PATCH] package/grub: fix stage2 link with recent binutils

2011-12-12 Thread Arnaud Lacombe
We want the `_start's symbols to be at the very beginning of the `stage2' binary's `.text' section. However, nothing enforces this requirement. With recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1) puts another symbol (eg. `journal_init') at the beginning of the section

[OpenWrt-Devel] [PATCH] package/kexec-tools: fix build with gcc 4.6.x

2011-12-12 Thread Arnaud Lacombe
This fixes the following build error: make[4]: Entering directory `target-i386_gcc-4.6.1_binutils_2.21.1_uClibc-0.9.32/kexec-tools-2.0.2' mkdir -p purgatory i486-openwrt-linux-uclibc-gcc --no-undefined -nostartfiles -nostdlib -nodefaultlibs -e purgatory_start -r -o purgatory/purgatory.ro \

Re: [OpenWrt-Devel] [PATCH] mac80211: Allow single VIFs to be disabled

2011-12-12 Thread Helmut Schaa
On Fri, Dec 9, 2011 at 4:25 PM, Jo-Philipp Wich wrote: > this is already implemented, see scan_mac80211(). Oops, didn't see that yet :) Thanks, Helmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/list

[OpenWrt-Devel] [PATCH v2] Add luasoap 2.0 beta library

2011-12-12 Thread Viktar Palstsiuk
Fixed source to github -- Best regards, Viktar Palstsiuk --- /dev/null 2011-12-12 12:02:56.88801 +0300 +++ packages/luasoap/Makefile 2011-12-12 15:12:59.0 +0300 @@ -0,0 +1,50 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public Lice

[OpenWrt-Devel] [PATCH] Add luasoap 2.0 beta library

2011-12-12 Thread Viktar Palstsiuk
This patch adds LuaSOAP 2.0 beta library mentioned in http://lua-users.org/lists/lua-l/2009-10/msg00548.html -- Best regards, Viktar Palstsiuk --- /dev/null 2011-12-12 12:02:56.88801 +0300 +++ packages/lang/luasoap/Makefile 2011-12-12 14:49:06.0 +0300 @@ -0,0 +1,52 @@ +# +# Copyright

[OpenWrt-Devel] [PATCH] net5501: add platform driver, necessary kernel modules, etc.

2011-12-12 Thread Philip Prindeville
Enhance the leds-net5501 to be a generic platform driver. Simplify kernel config. Other missing drivers. Add system and network configs. Index: target/linux/x86/net5501/config-default === --- target/linux/x86/net5501/config-default