ath79: fix glinet ar150 lan/wan ordering
authorJohn Crispin <john@phrozen.org>
Wed, 30 May 2018 13:18:55 +0000 (15:18 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 1 Jun 2018 06:21:47 +0000 (08:21 +0200)
LAN and WAN were swapped

Signed-off-by: John Crispin <john@phrozen.org>
target/linux/ath79/base-files/etc/board.d/02_network

index 12176c1877dd263470623bbf532ea148f5e3c8bb..c4f69a88025488506d983c3d40ae2ce28e5ff120 100755 (executable)
@@ -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" \