projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
users should use whiterussian
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S40network
diff --git
a/openwrt/package/base-files/default/etc/init.d/S40network
b/openwrt/package/base-files/default/etc/init.d/S40network
index
d8b4e41
..
df7c6b3
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S40network
+++ b/
openwrt/package/base-files/default/etc/init.d/S40network
@@
-1,4
+1,6
@@
#!/bin/sh
#!/bin/sh
+. /etc/functions.sh
+[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
case "$1" in
start|restart)
ifup lan
case "$1" in
start|restart)
ifup lan
This page took
0.019912 seconds
and
4
git commands to generate.