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

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