Here comes the new UCI. Enjoy :)
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
index 6bf6214..f215d29 100644 (file)
@@ -1,3 +1,3 @@
 [ ifup = "$ACTION" ] && {
-       uci set "/var/state/network.$INTERFACE.up=1"
+       uci_set_state network "$INTERFACE" up 1 
 }
This page took 0.021036 seconds and 4 git commands to generate.