Skip to content
Snippets Groups Projects
Commit c57c3f2c authored by John Crispin's avatar John Crispin
Browse files

ath79: fix glinet ar150 lan/wan ordering


LAN and WAN were swapped

Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
parent 2087df1c
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment