use lock to remove race conditions in bringing up ppp and dhcp that would lead to...
[openwrt.git] / package / base-files / default / sbin / ifup
index 86d10d7..81ec2c0 100755 (executable)
@@ -4,7 +4,7 @@
 . /sbin/ifdown "$@"
 
 config_get iftype "$1" type
-config_get ifname "$1" ifname
+config_get ifname "$1" device
 
 for dev in $ifname; do
        setup_interface "$dev" "$1"
This page took 0.0329390000000001 seconds and 4 git commands to generate.