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:
aa75550
)
base-files: reload switch settings on /etc/init.d/network start as well
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 15 Mar 2010 14:02:49 +0000
(14:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 15 Mar 2010 14:02:49 +0000
(14:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20232
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
74478c7
..
3587c24
100755
(executable)
--- a/
package/base-files/files/etc/init.d/network
+++ b/
package/base-files/files/etc/init.d/network
@@
-15,11
+15,6
@@
boot() {
}
start() {
- ifup -a
- /sbin/wifi up
-}
-
-restart() {
setup_switch() { return 0; }
include /lib/network
@@
-31,3
+26,7
@@
restart() {
stop() {
ifdown -a
}
+
+restart() {
+ start
+}