You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/base-files/files/etc/hotplug.d/iface/00-netstate

4 lines
70 B
Plaintext

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