[OpenWrt-Devel] openflow switched nets

2011-10-19 Thread scolfield
Hi, The pyswitch example can learn topology of networks? Such as a corporation architecture when there are hierarchical switches interconnected one to another creating several "layers" of switches, at this case, the one openflow controller connected to two distinct switches, can learn which ports

[OpenWrt-Devel] [PATCH] Remove stdout debug code from hostapd, wpad & wpa_supplicant by default

2011-10-19 Thread Hannu Nyman
We can disable the debug output functionality in wpad = hostapd, which act can decrease the size of the hostapd application (/usr/sbin/wpad in my case) by over 200 kB (from 800 kB to 580 kB) and even the size of the compressed squashfs image gets down by 100 kB. In the config files hostapd-ful

Re: [OpenWrt-Devel] Patch: Use system zoneinfo files instead of embedded

2011-10-19 Thread Michael Heimpold
Am Mittwoch, 12. Oktober 2011, 15:12:28 schrieb Peter Naulls: > > These are taken from the Debian PHP patches. Thanks to jow and mhei for > suggestions. I tested this with my eglibc setup/zoneinfo files. > > I think the comments in the patches describe the intent here. > > Signed-off-by: Peter

[OpenWrt-Devel] usb_modeswitch coldplug issues

2011-10-19 Thread Daniel Golle
Hi everybody! I got a weird problem with usb_modeswitch and coldplugging. Though I somehow understand what could be the cause, I have a hard time figuring out a good solution So: libusb needs usbfs on /proc/bus/usb, so usb_modeswitch can work only after usbfs was mounted at the time of the hotp

[OpenWrt-Devel] [PATCH] packages/utils/usb-modeswitch-data: new version

2011-10-19 Thread Daniel Golle
New upstream version. Signed-off-by: Daniel Golle diff --git a/utils/usb-modeswitch-data/Makefile b/utils/usb-modeswitch-data/Makefile index 2e514a6..d0d4457 100644 --- a/utils/usb-modeswitch-data/Makefile +++ b/utils/usb-modeswitch-data/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk

[OpenWrt-Devel] [PATCH] package/usb-modeswitch: don't inquire SCSI attributes

2011-10-19 Thread Daniel Golle
Aparently this is needed to make usb-modeswitch work properly. Signed-off-by: Daniel Golle diff --git a/utils/usb-modeswitch/files/modeswitch.hotplug b/utils/usb-modeswitch/files/modeswitch.hotplug index 1aecb1f..b689aee 100644 --- a/utils/usb-modeswitch/files/modeswitch.hotplug +++ b/utils/usb

[OpenWrt-Devel] wget 1.13.4 update patch

2011-10-19 Thread Peter Wagner
Hi, this patch updates wget to 1.13.4 as 1.12.2 is affected by this CVE http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2252 "Wget: User-assisted file creation or overwrite" /Peter Wagner diff --git a/net/wget/Makefile b/net/wget/Makefile index 612ab88..7711efc 100644 --- a/net/wget/Makefile +++