[openwrt/openwrt] ramips: correct switch config of Youku yk1

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 27 15:59:02 GMT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b88d2850c66d7dc937e570661a047c647c588af5

commit b88d2850c66d7dc937e570661a047c647c588af5
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sun Mar 21 17:01:49 2021 +0800

    ramips: correct switch config of Youku yk1
    
    There are only two lan ports and one wan port on Youku yk1
    
    Fixes: e9baf8265bb8 ("ramips: add support for Youku YK1")
    
    Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
    [add Fixes:]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index 2d5c9c02dd..d85bdd822b 100644
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -23,7 +23,6 @@ ramips_setup_interfaces()
 	ralink,mt7620a-mt7610e-evb|\
 	ralink,mt7620a-v22sg-evb|\
 	sanlinking,d240|\
-	youku,yk1|\
 	zbtlink,zbt-ape522ii|\
 	zbtlink,zbt-we826-16m|\
 	zbtlink,zbt-we826-32m|\
@@ -216,6 +215,10 @@ ramips_setup_interfaces()
 		ucidef_add_switch "switch0" \
 			"0:lan" "4:wan" "6 at eth0"
 		;;
+	youku,yk1)
+		ucidef_add_switch "switch0" \
+			"0:lan" "1:lan" "4:wan" "6 at eth0"
+		;;
 	zbtlink,zbt-we1026-5g-16m)
 		ucidef_add_switch "switch0" \
 			"0:lan" "6t at eth0"



More information about the lede-commits mailing list