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

2008-06-01 Thread Alina Friedrichsen
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]> --- Index: package/base-files/files/e

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread Florian Fainelli
Le Sunday 01 June 2008 18:32:51 John Crispin, vous avez écrit : > package dependency seems to be broken "(you need to select X)" does > not reeally replace DEPENDS:=+X > > > also on a quick test compiling HD44780 driver fails It did not fail for me on any driver. I have fixed dependencies hand

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread Florian Fainelli
Le Sunday 01 June 2008 16:32:55 [EMAIL PROTECTED], vous avez écrit : > sorry, I messed up the previous patch, this one is tested > > > Signed-off-by: Michael Vogt > > > updated patch for lcd4linux > > > > Signed-off-by: Michael Vogt Applied in [11321]. Fixed with comments in [11322]. -- Best re

Re: [OpenWrt-Devel] [PATCH] update libnfnetlink to 0.0.38

2008-06-01 Thread Florian Fainelli
Le Sunday 01 June 2008 19:52:00 Fabian Hugelshofer, vous avez écrit : > Updates libnfnetlink from 0.0.30 to the current version 0.0.38. > > Signed-off-by: Fabian Hugelshofer <[EMAIL PROTECTED]> Applied in changeset 11320, thanks ! -- Best regards, Florian Fainelli Email : [EMAIL PROTECTED] http:/

[OpenWrt-Devel] [PATCH] brcm63xx: add image generation for many boards

2008-06-01 Thread Axel Gembe
This adds image generation for the following boards to the brcm63xx target: BCM96335: 96335(R) BCM96338: 96338(L-2M-8M|SV) BCM96345: 96345(R|R0|RS|GW) BCM96348: 96348(R|GW|GW-10|GW-11|GW-DualDSP|SV|LV) The problem is that CFE checks for a matching board id before executing the image, even if the

[OpenWrt-Devel] [PATCH] update libnfnetlink to 0.0.38

2008-06-01 Thread Fabian Hugelshofer
Updates libnfnetlink from 0.0.30 to the current version 0.0.38. Signed-off-by: Fabian Hugelshofer <[EMAIL PROTECTED]> Index: libs/libnfnetlink/Makefile === --- libs/libnfnetlink/Makefile (revision 11319) +++ libs/libnfnetlink/Makefi

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

2008-06-01 Thread joerg jungermann
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 patches. I can only guess why this so,

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread John Crispin
package dependency seems to be broken "(you need to select X)" does not reeally replace DEPENDS:=+X also on a quick test compiling HD44780 driver fails [EMAIL PROTECTED] wrote: > sorry, I messed up the previous patch, this one is tested > > > Signed-off-by: Michael Vogt > >> updated p

Re: [OpenWrt-Devel] Problems building glib

2008-06-01 Thread Michael Geddes
> > ); > > endef > > -8<- > > The build is done in 2 passes, it first builds glib for the host to have > a 'glib-genmarshal' utility working on the host system, and then it > builds glib for the target, telling configure to use the > 'glib-ge

[OpenWrt-Devel] [PATCH] fix dbus v1.03

2008-06-01 Thread michu
changeset [11087] enabled x configuration - but dbus fails to compile (perhaps only when x is not used). there is also an open ticket #3425. Signed-off-by: Michael Vogt Index: feeds/packages/utils/dbus/Makefile === --- feeds/packa

Re: [OpenWrt-Devel] Problems building glib

2008-06-01 Thread Nico
Michael Geddes wrote: > There's some weirdness in the Makefile I just don't understand (snippet > below). > > What on earth is this trying to achieve!? Doing a "make install clean" in > the 'Configure' target seems a rather strange thing to be doing. > > I might just see if I can not compile thi