Re: [OpenWrt-Devel] [PATCH] IPv6 Router Advertisement Daemon 1.1 with UCI Support

2008-06-02 Thread Alina Friedrichsen
Hi! > This patch updates radvd to version 1.1 and adds a uci'ed init.d script. > After applying the patch please remove ipv6/radvd/files/radvd.conf and > ipv6/radvd/patches/001-bridge_name.patch . These files are no longer needed. > The > file ipv6/radvd/files/radvd.config is new. Better use the

[OpenWrt-Devel] [PATCH] IPv6 Router Advertisement Daemon 1.1 with UCI Support

2008-06-02 Thread Alina Friedrichsen
This patch updates radvd to version 1.1 and adds a uci'ed init.d script. After applying the patch please remove ipv6/radvd/files/radvd.conf and ipv6/radvd/patches/001-bridge_name.patch . These files are no longer needed. The file ipv6/radvd/files/radvd.config is new. Better use the attached patc

Re: [OpenWrt-Devel] brcm47xx 2.6 still does not compile

2008-06-02 Thread Steve Brown
Steve Brown wrote: > Peter Denison wrote: > >> On Tue, 20 May 2008, Steve Brown wrote: >> >> >>> My BCM5354 (Asus WL520gu) hangs on on boot after the "Entry at >>> 0x80001000". Nothing after. >>> >>> The same image boots fine on a BCM4704 (Asus WL500GP) and a BCM5352 >>> (Buffalo WHR-HP-G54

Re: [OpenWrt-Devel] b43+bcm5354

2008-06-02 Thread Peter Denison
On Mon, 2 Jun 2008, Felipe Maya wrote: > ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver > ohci_hcd ssb0:2: SSB OHCI Controller > ohci_hcd ssb0:2: new USB bus registered, assigned bus number 1 > ohci_hcd ssb0:2: irq 5, io mem 0x18003000 > ohci_hcd ssb0:2: init err ( 0

[OpenWrt-Devel] b43+bcm5354

2008-06-02 Thread Felipe Maya
B43 result in a segmentation fault with compat-wireless-2008-05-31+recently patches. I'm using wl_apsta_mimo.o (broadcom-wl-4.150.10.5.2+fwcutter-011). this patch was applied (only for 2.6.23): --- a/include/linux/unaligned/packed_struct.h 2008-05-19 08:45:16.0 -0400 +++ b/include/l

[OpenWrt-Devel] [PATCH] usb ehci driver for ssb

2008-06-02 Thread Steve Brown
This patch adds a ssb ehci driver as well as support for ssb multifunction cores. It is needed to use the ehci function in the BCM5354's USB2 core. See https://dev.openwrt.org/ticket/3365 and http://forum.openwrt.org/viewtopic.php?id=15106&p=2 for reports of independent testing. Signed-off-b

Re: [OpenWrt-Devel] What is the correct way of submit packages

2008-06-02 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moin Geoff Levand, >> I do this because i've sent some patches via this mailing list, and they >> are not added yet. I received no comments. Its about the isdnutils and >> asterisk14_chan_capi patches. >> > It sounds like you need to be more persisten

Re: [OpenWrt-Devel] What is the correct way of submit packages

2008-06-02 Thread Geoff Levand
joerg jungermann wrote: > Hi ! > > I'd like to ask how is the correct way to submit new packages for the > feeds repository. > > I do this because i've sent some patches via this mailing list, and they > are not added yet. I received no comments. Its about the isdnutils and > asterisk14_chan_capi

[OpenWrt-Devel] Kbuild in Kamikaze 7.09?

2008-06-02 Thread Naresh Kala
Hi list, Does Kamikaze 7.09 use makefile mechanism provided by Kbuild? cheers naresh Share files, take polls, and make new friends - all under one roof. Go to http://in.promos.yahoo.com/groups/___ openwrt-devel mailing list openwrt-devel@lists.

Re: [OpenWrt-Devel] [PATCH] IPv6 Module AutoLoad Patch

2008-06-02 Thread Alina Friedrichsen
Hi Felix! > > @@ -25,6 +25,8 @@ > > )} > > > > start() { > > + [ -e /etc/modules.d/09-ipv6 ] && sleep 1 > > + > Is this part intentional or is it debugging code that was accidentally > left > in the patch? This is unfortunately an intentional part of the patch. The kernel module starts up

[OpenWrt-Devel] Internal compiler error with cris gcc 4.2.3

2008-06-02 Thread Hinko Kočevar
Hi, I've been trying out cris cross compilation tools under openWRT. Creating a toolchain and compilation of several packages (linux, busybox, uClibc, ..) went OK. Later on when openSSL is building toolchain fails with: making all in crypto/cast... make[6]: Entering directory `/work/stage/open

Re: [OpenWrt-Devel] [PATCH] IPv6 Module AutoLoad Patch

2008-06-02 Thread Felix Fietkau
Alina Friedrichsen wrote: > When /etc/init.d/boot brings the coldplugging network interfaces up, > the IPv6 kernel module is not loaded and so the configuration of the > IPv6 addresses in the uci config fails. This patch correct this. > > Signed-off-by: "Alina Friedrichsen" <[EMAIL PROTECTED]> > -

[OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-02 Thread Fabian Hugelshofer
In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for applications using libnfnetlink. Signed-off-by: Fabian Hugelshofer <[EMAIL PROTECTED]> Index: Makefile