diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-05 13:05:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-05 13:05:59 +0000 |
commit | 7d67818ab1be08afb0074c2065d57303f3295ad6 (patch) | |
tree | 27a1f189797cbfa61b138aa214dbd2f07623244d /package | |
parent | 1776830e6452a5b74cd658d087bb34c930c5907b (diff) | |
download | upstream-7d67818ab1be08afb0074c2065d57303f3295ad6.tar.gz upstream-7d67818ab1be08afb0074c2065d57303f3295ad6.tar.bz2 upstream-7d67818ab1be08afb0074c2065d57303f3295ad6.zip |
Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE.
SVN-Revision: 17516
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/init.d/network | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network index b63ed0b850..e77db02517 100755 --- a/package/base-files/files/etc/init.d/network +++ b/package/base-files/files/etc/init.d/network @@ -11,7 +11,6 @@ boot() { setup_switch [ -s /etc/config/wireless ] || \ /sbin/wifi detect > /etc/config/wireless - ifup -a /sbin/wifi up } |