Browse Source

ramips: fix HiWiFi HC5761A switch settings

HC5761A has only 2 LAN ports

Signed-off-by: DENG Qingfang <[email protected]>
DENG Qingfang 5 years ago
parent
commit
8590e70fab
1 changed files with 4 additions and 1 deletions
  1. 4 1
      target/linux/ramips/mt76x8/base-files/etc/board.d/02_network

+ 4 - 1
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"