projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
network
diff --git
a/package/base-files/files/etc/init.d/network
b/package/base-files/files/etc/init.d/network
index
45d5311
..
950b337
100755
(executable)
--- a/
package/base-files/files/etc/init.d/network
+++ b/
package/base-files/files/etc/init.d/network
@@
-2,7
+2,7
@@
# Copyright (C) 2006 OpenWrt.org
START=40
# Copyright (C) 2006 OpenWrt.org
START=40
-
star
t() {
+
boo
t() {
setup_switch() { return 0; }
include /lib/network
setup_switch() { return 0; }
include /lib/network
@@
-12,3
+12,16
@@
start() {
/sbin/wifi up
}
/sbin/wifi up
}
+start() {
+ ifup -a
+ /sbin/wifi up
+}
+
+restart() {
+ ifup -a
+ /sbin/wifi up
+}
+
+stop() {
+ ifdown -a
+}
This page took
0.022238 seconds
and
4
git commands to generate.