ath79: fix glinet ar150 lan/wan ordering

LAN and WAN were swapped

Signed-off-by: John Crispin <john@phrozen.org>
openwrt-19.07
John Crispin 2018-05-30 15:18:55 +02:00
parent 2087df1c6d
commit c57c3f2c22
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ ath79_setup_interfaces()
ucidef_set_interface_lan "eth0"
;;
"glinet,ar150")
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
"tplink,tl-wdr3600"|\
"tplink,tl-wdr4300")
ucidef_add_switch "switch0" \