From 03c35bda03e840da3342d6d4849ead9649c4fb6c Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Fri, 17 Jan 2020 00:24:43 +0800 Subject: [PATCH] ramips: fix HiWiFi HC5962 switch configuration HC5962 has only 3 LAN ports, switch port 0 is unused Signed-off-by: DENG Qingfang (backported from commit 68f49df31507454f86b72a5c1e250505176baed7) Signed-off-by: Adrian Schmutzler --- target/linux/ramips/base-files/etc/board.d/02_network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 77cc8d63f9..f743ce851a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -94,7 +94,6 @@ ramips_setup_interfaces() ew1200|\ firewrt|\ hc5661a|\ - hc5962|\ hlk-rm04|\ k2p|\ kn|\ @@ -344,6 +343,10 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "5:wan" "6@eth0" ;; + hc5962) + ucidef_add_switch "switch0" \ + "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" + ;; iodata,wn-ac1167gr|\ iodata,wn-ac733gr3) ucidef_add_switch "switch1" \