mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 05:31:53 +02:00
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
|
LAN_IF=$(nvram get lan_ifname)
|
||
|
WIFI_IF=$(nvram get wifi_ifname)
|
||
|
OPTIONS="$LAN_IF $WIFI_IF"
|