summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-05 13:05:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-05 13:05:59 +0000
commit7d67818ab1be08afb0074c2065d57303f3295ad6 (patch)
tree27a1f189797cbfa61b138aa214dbd2f07623244d /package
parent1776830e6452a5b74cd658d087bb34c930c5907b (diff)
downloadmaster-31e0f0ae-7d67818ab1be08afb0074c2065d57303f3295ad6.tar.gz
master-31e0f0ae-7d67818ab1be08afb0074c2065d57303f3295ad6.tar.bz2
master-31e0f0ae-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-xpackage/base-files/files/etc/init.d/network1
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
}