[OpenWrt-Devel] openvpn dynamic reconfiguration script

2009-07-09 Thread Andrea Borgia
Hi, guys. The background: I am running openvpn on port 53 because it is the only open port at a given site. For that reason, I had to beat into submission both dnsmasq (telling it NOT to bind 0.0.0.0:53, but lan:53) and openvpn. Since openvpn does not allow an interface to be specified, I had to

[OpenWrt-Devel] [PATCH] madwifi.sh channel fix

2009-07-09 Thread Alina Friedrichsen
In the madwifi.sh there is to read only need to change freq band and channel on the first vif. This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code. Signed-off-by: Alina

[OpenWrt-Devel] [patch] udhcpc: Pass all events to udhcpc.user

2009-07-09 Thread Geoff Levand
Petitboot and maybe other apps need to know when the dhcp lease is lost. Move the udhcpc.user call to send it all udhcpc events. Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/base-files/files/usr/share/udhcpc/default.script |6 +++--- 1 file changed, 3 insertions(+), 3