projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use lock to remove race conditions in bringing up ppp and dhcp that would lead to...
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
ifup
diff --git
a/package/base-files/default/sbin/ifup
b/package/base-files/default/sbin/ifup
index
86d10d7
..
81ec2c0
100755
(executable)
--- a/
package/base-files/default/sbin/ifup
+++ b/
package/base-files/default/sbin/ifup
@@
-4,7
+4,7
@@
. /sbin/ifdown "$@"
config_get iftype "$1" type
-config_get ifname "$1"
ifnam
e
+config_get ifname "$1"
devic
e
for dev in $ifname; do
setup_interface "$dev" "$1"
This page took
0.0329390000000001 seconds
and
4
git commands to generate.