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
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
>
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
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
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 \
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
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
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
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