mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 06:22:54 +00:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
[ ifup = "$ACTION" ] && {
|
||
|
uci set "/var/state/network.$INTERFACE.up=1"
|
||
|
}
|