mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 10:54:47 +00:00
ath79: fix glinet ar150 lan/wan ordering
LAN and WAN were swapped Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
2087df1c6d
commit
c57c3f2c22
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user