[OpenWrt-Devel] Error building trunk r24289

2010-12-06 Thread J. Ryan Earl
Hello, I'm new to this list, and OpenWRT in general so please bear with me. I just got a shiny new WNDR3700 after the the circa 2003 hardware running my Smoothwall finally gave up. I'm building trunk with V=99 and it dies with an error. How do I find out more about the particular cause of this

Re: [OpenWrt-Devel] [OpenWrt-Commits] r24249 - packages/net/dsl-qos-queue

2010-12-06 Thread Philip Prindeville
On 12/4/10 1:40 PM, openwrt-comm...@openwrt.org wrote: Author: jow Date: 2010-12-04 22:40:05 +0100 (Sat, 04 Dec 2010) New Revision: 24249 Modified: packages/net/dsl-qos-queue/Makefile Log: [packages] dsl-qos-queue: use shared libipq (#8355) Modified: packages/net/dsl-qos-queue/Makefile ===

Re: [OpenWrt-Devel] BCM5354-based routers fail to boot starting at rev 24167

2010-12-06 Thread Peter Wagner
Hi Hauke, i found the cause of the problem ... its also mentioned here : http://sourceforge.net/mailarchive/forum.php?thread_name=20100906035717.GA7562%40mcafee.com&forum_name=ocf- linux-users patch from this post is attached please apply it ... Peter Am Montag, 6. Dezember 2010, 16:25:47 schri

Re: [OpenWrt-Devel] BCM5354-based routers fail to boot starting at rev 24167

2010-12-06 Thread Peter Wagner
Hi Hauke, ubsec_ssb worked with 2.6.34.7 .. "Compile the kernel with symbol table information" - here is the output... cryptodev: Private data already exists ! Unhandled kernel unaligned access[#1]: Cpu 0 $ 0 : 80005104 8000 $ 4 : c01c 81b9e940 80046366 7f811bc0 $

[OpenWrt-Devel] [PATCH][RESEND] s3c24xx: Add AT2440EVB subtarget support

2010-12-06 Thread Ramax Lo
Since it has been several weeks without any response, send the patch again. Signed-off-by: Ramax Lo --- target/linux/s3c24xx/Makefile |2 +- .../at2440evb/base-files/etc/config/network| 14 + .../s3c24xx/at2440evb/base-files/etc/fw_env.config |3 + .../at24

Re: [OpenWrt-Devel] BCM5354-based routers fail to boot starting at rev 24167

2010-12-06 Thread Hauke Mehrtens
Hi Peter, ubsec_ssb was not tested very often in the lat time, at least with more recent kernel versions. Your error message does not help that much, please rebuild the kernel with "Compile the kernel with symbol table information" enabled and repost the stack trace. Hauke On 12/06/2010 06:

Re: [OpenWrt-Devel] preinit-problem with current trunk

2010-12-06 Thread Mark Vels
On 05/12/10 15:36, Marcus Osdoba wrote: > Hello mailinglist, > > I'm compiling kirkwood images for my dockstar out of the current trunk > (r24217). Everything seems to work fine. Jffs2 is expanding and the > system tries to enter init process. > > Unfortunatly I get the following error message an

Re: [OpenWrt-Devel] 3g is up but no routing to vlan

2010-12-06 Thread Jo-Philipp Wich
You run Tomato, follow howtos for DD-Wrt and ask on OpenWrt-Devel when you have problems? Certainly a unique approach to problem solving but you should get in touch with the Tomato guys for support. ~ Jow ___ openwrt-devel mailing list openwrt-devel@li

[OpenWrt-Devel] [PATCH] Small fix for Image/mkfs/targz

2010-12-06 Thread Maarten Bezemer
All Image/mkfs/... macros call the Image/Build except for Image/mkfs/targz. This patch adds the Image/Build call for Image/mkfs/targz as well. Signed-off-by: Maarten Bezemer Index: include/image.mk === --- include/image.mk (revision

[OpenWrt-Devel] [PATCH] ar71xx UBNT Secondary MAC address duplicate fix

2010-12-06 Thread Kestutis Barkauskas
There is Secondary MAC address duplicate problem with some UBNT RouterStation and RouterStation Pro HW batches as Primary MAC addresses are not increased by 2 per device in board data. Fix is to use 'Locally Administrated bit' for Secondary MAC address instead of increasing Primary MAC addresses b