projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6af14c
)
Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 5 Sep 2009 13:05:59 +0000
(13:05 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 5 Sep 2009 13:05:59 +0000
(13:05 +0000)
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17516
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/network
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/network
b/package/base-files/files/etc/init.d/network
index
b63ed0b
..
e77db02
100755
(executable)
--- 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
}