mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 07:22:54 +00:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
|
[ ifup = "$ACTION" ] && {
|
||
|
uci set "/var/state/network.$INTERFACE.up=1"
|
||
|
[ -z "$DEVICE" ] || {
|
||
|
uci set "/var/state/network.$INTERFACE.ifname=$DEVICE"
|
||
|
}
|
||
|
}
|