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:
7ef1c93
)
fix typo in S40network
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 23 Aug 2005 13:31:44 +0000
(13:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 23 Aug 2005 13:31:44 +0000
(13:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1735
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/init.d/S40network
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/init.d/S40network
b/package/base-files/default/etc/init.d/S40network
index
a5afe52
..
c4226d3
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S40network
+++ b/
package/base-files/default/etc/init.d/S40network
@@
-1,5
+1,6
@@
#!/bin/sh
-[ -e /etc/config/network] && . /etc/config/network
+. /etc/functions.sh
+[ -e /etc/config/network ] && . /etc/config/network
case "$1" in
start|restart)
ifup lan