From 8590e70fab64172700c21bc5e658eba17a1eae70 Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Wed, 12 Feb 2020 21:17:23 +0800 Subject: [PATCH] ramips: fix HiWiFi HC5761A switch settings HC5761A has only 2 LAN ports Signed-off-by: DENG Qingfang --- target/linux/ramips/mt76x8/base-files/etc/board.d/02_network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network index 6ba23f9451..913a0817dc 100755 --- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network @@ -60,7 +60,6 @@ ramips_setup_interfaces() "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "6@eth0" ;; hiwifi,hc5661a|\ - hiwifi,hc5761a|\ mediatek,mt7628an-eval-board|\ mercury,mac1200r-v2|\ totolink,lr1200|\ @@ -69,6 +68,10 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" ;; + hiwifi,hc5761a) + ucidef_add_switch "switch0" \ + "0:lan" "1:lan" "4:wan" "6@eth0" + ;; iptime,a3) ucidef_add_switch "switch0" \ "2:lan:2" "3:lan:1" "0:wan" "6@eth0" -- 2.25.1