openwrtv4/package/base-files/files/etc/hotplug.d/iface/00-netstate
Felix Fietkau 0cf1a58282 Here comes the new UCI. Enjoy :)
SVN-Revision: 10367
2008-02-03 06:48:15 +00:00

3 lines
70 B
Text

[ ifup = "$ACTION" ] && {
uci_set_state network "$INTERFACE" up 1
}