summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorWeiping Yang <weiping.yang@gl-inet.com>2024-02-01 02:01:17 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2024-02-02 11:42:42 +0100
commitd0bcb496cfef2786ee68620476104ee7c7ab4792 (patch)
tree45ee4affde6b4c4378c951820bfa0856a6260efe /target/linux/ath79
parentf61fc8ed795028c0a34afd9a2b7c75b78f269d6f (diff)
downloadopenwrt-d0bcb496cfef2786ee68620476104ee7c7ab4792.tar.gz
openwrt-d0bcb496cfef2786ee68620476104ee7c7ab4792.tar.bz2
openwrt-d0bcb496cfef2786ee68620476104ee7c7ab4792.zip
ath79: Modify GL.iNer GL-S200 lan wan interface
Specifications: lan: eth0 wan: eth1 Problem Description: The lan wan port is reversed with the current machine. Use eth0 as LAN port and eth1 as WAN port. Signed-off-by: Weiping Yang <weiping.yang@gl-inet.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/nand/base-files/etc/board.d/02_network2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/board.d/02_network b/target/linux/ath79/nand/base-files/etc/board.d/02_network
index ff9695aafe..b60586a15e 100644
--- a/target/linux/ath79/nand/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/nand/base-files/etc/board.d/02_network
@@ -44,8 +44,6 @@ ath79_setup_interfaces()
ucidef_add_switch "switch0" \
"6@eth1" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan" "0@eth0"
;;
- glinet,gl-s200-nor|\
- glinet,gl-s200-nor-nand|\
netgear,pgzng1)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;