From: Felix Fietkau Date: Sat, 5 Sep 2009 13:05:59 +0000 (+0000) Subject: Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable interfaces... X-Git-Tag: reboot~22500 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7d67818ab1be08afb0074c2065d57303f3295ad6;p=openwrt%2Fstaging%2Flynxis.git 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 --- 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 }