bugfix: wan interface fails to function on UBNT NS XM devices

The WAN network fails to be configured correctly on
UBNT NS XM devices.
This commit is contained in:
Joe Ayers 2019-06-18 21:57:14 -07:00 committed by Joe AE6XE
parent e316dbc598
commit 9967d0f978
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ meshphy="phy${meshif#wlan}"
wan_intf=`cat /etc/board.json|jsonfilter -e '@.network.wan.ifname'` wan_intf=`cat /etc/board.json|jsonfilter -e '@.network.wan.ifname'`
uci -c ${dropdir} -q batch > /dev/null <<-EOF uci -c ${dropdir} -q batch > /dev/null <<-EOF
set network.wan.ifname=$wan_intf set network.wan.ifname="$wan_intf"
EOF EOF
uci -c ${dropdir} -q commit network uci -c ${dropdir} -q commit network