[ar71xx] fix dir-825-b1 default network config after r21905
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
index 6bf6214..03285de 100644 (file)
@@ -1,3 +1,4 @@
 [ ifup = "$ACTION" ] && {
-       uci set "/var/state/network.$INTERFACE.up=1"
+       uci_set_state network "$INTERFACE" up 1 
+       [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
 }
This page took 0.02914 seconds and 4 git commands to generate.