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

2008-06-05 Thread Steve Brown
Michael Buesch wrote: > On Wednesday 04 June 2008 23:56:36 Steve Brown wrote: > >> Here is another cut at an ssb ehci driver. >> >> Hope this is closer. >> >> Steve >> >> >> > > Ok, looks a lot better. Thanks. > But I'm still not sure on the "companion" pointer. > I think it should probably

Re: [OpenWrt-Devel] [PATCH] another compile fix for brcm47xx with kernel 2.6.25

2008-06-05 Thread Hauke Mehrtens
Here is an other fix. The svn version doesn't compile with hostapd, because net/if.h and linux/if.h are both included in the hostapd package with the new version of mac80211. With this patch hostapd includes an special linux/wireless.h like it is done in mainline. For me the hole svn version com

[OpenWrt-Devel] [PATCH] compile fix for brcm47xx with kernel 2.6.25

2008-06-05 Thread Hauke Mehrtens
With the new kernel 2.6.25 the kernel image doesn't build correctly. In 700-ssb-gigabit-ethernet-driver.patch is an error. This patch corrects it and makes the kernel compiling again. -- Hauke Index: target/linux/brcm47xx/patches-2.6.25/700-ssb-gigabit-ethernet-driver.patch ==

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

2008-06-05 Thread Michael Buesch
On Wednesday 04 June 2008 23:56:36 Steve Brown wrote: > Here is another cut at an ssb ehci driver. > > Hope this is closer. > > Steve > > Ok, looks a lot better. Thanks. But I'm still not sure on the "companion" pointer. I think it should probably live in struct ssb_ehci_device. My intention

Re: [OpenWrt-Devel] [PATCH] ez-ipupdate and uci configuration

2008-06-05 Thread John Crispin
applied in [11363] thanks David Bird wrote: > Instead of requiring a pre-existing config, the patch > will create one from UCI settings (when enabled): > > config ddns >option enabled 0 >option interface wan >option program ez-ipupdate >option service zoneedit >

[OpenWrt-Devel] [PATCH] ez-ipupdate and uci configuration

2008-06-05 Thread David Bird
Instead of requiring a pre-existing config, the patch will create one from UCI settings (when enabled): config ddns option enabled 0 option interface wan option program ez-ipupdate option service zoneedit option username myname option password mypassword