1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/package/netifd/files
Jo-Philipp Wich 19bf880b03 netifd: call "wifi down" before "wifi up"
When the underlying /etc/config/wireless got changed since the last "wifi up"
has been performed, the uci vap ifname state vars become inconsistent on a
subsequent "wifi up" and multiple vaps get mapped to the same ifnames which
confuses the gui and other processes relying on them.

For now call an explicit "wifi down" prior to each "wifi up" which will clear
up the state accordingly.

SVN-Revision: 33076
2012-08-09 22:44:52 +00:00
..
etc netifd: call "wifi down" before "wifi up" 2012-08-09 22:44:52 +00:00
lib netifd: repair dhcp client id option Busybox udhcpc dropped support for the -c option, instead it can be emulated by using -x 0x3d:id, change the dhcp protocol script accordingly and filter all colons from the id while we're at it. This change supersedes http://patchwork.openwrt.org/patch/1810/ 2012-07-01 12:43:14 +00:00
sbin /etc/functions.sh => /lib/functions.sh 2012-06-05 16:04:23 +00:00
usr/share/udhcpc netifd: add a new udhcpc default script for command line use (no uci support) 2012-02-27 16:23:39 +00:00