[OpenWrt-Devel] [PATCH][trunk/package/busybox/patches] - udhcpc request rootpath option

2008-06-04 Thread Yuji Mano
This adds a patch for busybox for udhcpc to request the rootpath option from dhcp server. Signed-off-by: Yuji Mano <[EMAIL PROTECTED]> --- package/busybox/patches/244-udhcpc_request_rootpath.patch | 19 ++ 1 file changed, 19 insertions(+) --- /dev/null +++ b/package/busybox/patche

Re: [OpenWrt-Devel] Empty directories problem - package/uci Patch

2008-06-04 Thread Yuji Mano
Yuji Mano wrote: > Yuji Mano wrote: >> Hi. >> >> I checkout from the git repository but noticed it doesn't pull down empty >> directories (trunk/package/base-files/files/etc/uci-defaults). >> This wasn't a problem for me until I set CONFIG_UCI_PRECONFIG. >> The build expects the '/etc/uci-default

Re: [OpenWrt-Devel] Empty directories problem

2008-06-04 Thread Yuji Mano
Yuji Mano wrote: > Hi. > > I checkout from the git repository but noticed it doesn't pull down empty > directories (trunk/package/base-files/files/etc/uci-defaults). > This wasn't a problem for me until I set CONFIG_UCI_PRECONFIG. > The build expects the '/etc/uci-defaults' to exist in the root f

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

2008-06-04 Thread Steve Brown
Here is another cut at an ssb ehci driver. Hope this is closer. Steve diff --git a/target/linux/brcm47xx/config-2.6.25 b/target/linux/brcm47xx/config-2.6.25 index 6ddcd22..720d961 100644 --- a/target/linux/brcm47xx/config-2.6.25 +++ b/target/linux/brcm47xx/config-2.6.25 @@ -257,10 +257,13 @@ CO

Re: [OpenWrt-Devel] [PATCH] hostapd and wpa-eap uci configs

2008-06-04 Thread Travis Kemen
David Bird wrote: > Signed-off-by: David Bird <[EMAIL PROTECTED]> > > Index: package/hostapd/files/hostapd.sh > === > --- package/hostapd/files/hostapd.sh (revision 11352) > +++ package/hostapd/files/hostapd.sh (working copy) > @@ -

[OpenWrt-Devel] [PATCH] hostapd and wpa-eap uci configs

2008-06-04 Thread David Bird
Signed-off-by: David Bird <[EMAIL PROTECTED]> Index: package/hostapd/files/hostapd.sh === --- package/hostapd/files/hostapd.sh(revision 11352) +++ package/hostapd/files/hostapd.sh(working copy) @@ -42,7 +42,24 @@

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

2008-06-04 Thread Felipe Maya
Michael Buesch, you are right.. what do you think about this patch? This need: CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200 no_console_suspend irqpoll acpi_noirq" a/drivers/ssb/driver_mipscore.c 2008-05-19 11:09:26.0 -