Here comes the new UCI. Enjoy :)
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
1 [ ifup = "$ACTION" ] && {
2 uci_set_state network "$INTERFACE" up 1
3 }