pata-artop: no longer requires ide modules
[openwrt-10.03/.git] / package / base-files / files / sbin / ifdown
index 8c36a25b48d2bfc4ec8c494bf39f1d7fea820a94..5a98003b1de0dbf3d13094b19e21e0e08fd9d86c 100755 (executable)
@@ -21,7 +21,7 @@ config_get proto "$cfg" proto
 
 config_get iface "$cfg" device
 [ "$proto" = "static" ] && {
-       env -i ACTION="ifdown" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
+       env -i ACTION="ifdown" INTERFACE="$cfg" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
 }
 
 # call interface stop handler