projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1776830
)
Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable interfaces...
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)
SVN-Revision: 17516
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 b63ed0b850a939d39980239c8d580aaea94343f2..e77db02517decf8345699140cad726cc0169dfcc 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
}