openwrtv3/package/base-files/files/sbin
Jo-Philipp Wich 365f76551a base-files: attempt bring up related wifi devices when calling ifup If a user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly).
The changeset modifies the "ifup" command to search for related wireless
devices and call "wifi up" on them if applicable. This way the commands for
wireless and non-wireless interfaces are unified from a cli point of view.

The "ifup -a" case has not been changed to keep the logic of the
/etc/init.d/network boot sequence. This might be changed later.

Solves #9763.

SVN-Revision: 27720
2011-07-22 00:21:20 +00:00
..
firstboot change from /jffs to /overlay, patch from Daniel Dickinson 2010-03-21 17:16:50 +00:00
hotplug-call base-files: Use hotplug2 to download firmware 2010-04-03 18:21:02 +00:00
ifdown base-files: attempt bring up related wifi devices when calling ifup If a user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). 2011-07-22 00:21:20 +00:00
ifup base-files: attempt bring up related wifi devices when calling ifup If a user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). 2011-07-22 00:21:20 +00:00
led.sh make option name optional 2008-09-13 00:08:39 +00:00
mount_root fix jffs2 and mini_fo mount in failsafe (patch from #7134) 2010-04-13 14:24:58 +00:00
sysupgrade base-files: add -h and --help options to sysupgrade (#9728) 2011-07-17 09:27:14 +00:00
wifi adds a --help option to /sbin/wifi 2010-12-05 11:22:56 +00:00