projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix v1.0 nvram "bug".
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
etc
/
init.d
/
S40network
diff --git
a/obsolete-buildroot/sources/openwrt/root/etc/init.d/S40network
b/obsolete-buildroot/sources/openwrt/root/etc/init.d/S40network
index
5a6ca72
..
a8144a8
100755
(executable)
--- a/
obsolete-buildroot/sources/openwrt/root/etc/init.d/S40network
+++ b/
obsolete-buildroot/sources/openwrt/root/etc/init.d/S40network
@@
-7,9
+7,9
@@
case "$1" in
ifup wifi
wifi up
ifup wifi
wifi up
- for route in $(nvram
_
get static_route); do {
+ for route in $(nvram
get static_route); do {
eval "set $(echo $route | sed 's/:/ /g')"
eval "set $(echo $route | sed 's/:/ /g')"
- route add -net $1 netmask $2 gw $3 metric $4 dev $5
+
$DEBUG
route add -net $1 netmask $2 gw $3 metric $4 dev $5
} done
;;
esac
} done
;;
esac
This page took
0.019775 seconds
and
4
git commands to generate.