[OpenWrt-Devel] 'shared' UCI configs...

2008-06-06 Thread David Bird
Hi devs, I'm playing around with UCI configurations a bit, and was wondering if it is desirable for programs to share certain configurations. For instance, the hostapd UCI config patch I submitted allows the setting of a RADIUS server. Other programs use RADIUS too, so I'm thinking of the followin

Re: [OpenWrt-Devel] 'shared' UCI configs...

2008-06-06 Thread Felix Fietkau
David Bird wrote: > Hi devs, > > I'm playing around with UCI configurations a bit, and was wondering if > it is desirable for programs to share certain configurations. For > instance, the hostapd UCI config patch I submitted allows the setting of > a RADIUS server. Other programs use RADIUS too, s

[OpenWrt-Devel] [PATCH] Updated patch for hostapd.sh

2008-06-06 Thread David Bird
Ok, this version will load up profiles from /etc/config/radius in /etc/config/wireless, the previous options are still valid: radius: config profile Default option server x.x.x.x option shared_secret mysecret config profile option server x.x.x.x option shared_secre

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

2008-06-06 Thread Michael Buesch
On Friday 06 June 2008 06:37:49 Steve Brown wrote: > I will switch things around so the ohci driver calls the ehci driver. I > will remove the ssb register/unregister calls in ehci-hcd and add calls > from to attach, detach, suspend and resume from ohci to ehci. > > It's probably safe to assume

[OpenWrt-Devel] patch for ip-up

2008-06-06 Thread Brian J. Murrell
I'd like to propose the following patch to package/ppp/files/etc/ppp/ip-up. It means that hotplug scripts can source the network state and get information about the newly plumbed ppp interface. Signed off by: Brian J. Murrell <[EMAIL PROTECTED]> Index: package/ppp/files/etc/ppp/ip-up ===

Re: [OpenWrt-Devel] au1500 interrupt fix

2008-06-06 Thread John Crispin
ok, thanks, i'll do it right now blogic bruno randolf wrote: > hello! > > this patch makes au1000 ethernet work again. it was broken since after 2.6.23 > because one reserved interrupt was missed. please add it as > target/linux/au1000/patches/016-au1000-int-reserved.patch or similar. > > i se

[OpenWrt-Devel] default gateway when configuring static routes

2008-06-06 Thread Brian J. Murrell
Here's a patch that sets the gateway to the default gateway for the interface if one is not specified in the network configuration. Why would anyone want this? If somebody has multiple default gateways and wants to force one of them to be used for a particular route. Why not just specify the par

Re: [OpenWrt-Devel] default gateway when configuring static routes

2008-06-06 Thread John Crispin
[11380] thanks Brian J. Murrell wrote: > Here's a patch that sets the gateway to the default gateway for the > interface if one is not specified in the network configuration. > > Why would anyone want this? If somebody has multiple default gateways > and wants to force one of them to be used for

[OpenWrt-Devel] [PATCH] madwifi.sh fix for when wifi-iface has none as the network option value

2008-06-06 Thread Pedro Bandim Faustino
The script network-wlan.sh from Webif uses none as the value of the network option in /etc/config/wireless when the wifi-iface is not supposed to be bridged. This patch modifies madwifi.sh in order to take into account that possibility. Signed-off-by: Pedro Faustino <[EMAIL PROTECTED]> --- Index

Re: [OpenWrt-Devel] Etrax target

2008-06-06 Thread Felix Fietkau
Hinko Kočevar wrote: > great job Imre!!! It boots now that I've added '-O binary -R .note -R > .note.gnu.build-id -R .comment -S' to the objcopy line in > arch/cris/arch-v10/boot/Makefile!!! > > Using above tools in uClibc toolchain and generated cris-foo-elf seems to > work > now too, since I