[source] ramips: fix ZyXEL Keenetic Omni switch config

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 25 10:30:35 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/3549bad8147f7795dc6334cd8f73ea389b1a62e0

commit 3549bad8147f7795dc6334cd8f73ea389b1a62e0
Author: Alexey Belyaev <spider at spider.vc>
AuthorDate: Sun Apr 23 02:46:23 2017 +0600

    ramips: fix ZyXEL Keenetic Omni switch config
    
    The wan port is connected to switch port 0. Fix the mediatek,portmap as
    well as the default switch config.
    
    Signed-off-by: Alexey Belyaev <spider at spider.vc>
---
 target/linux/ramips/base-files/etc/board.d/02_network | 2 +-
 target/linux/ramips/dts/kn_rc.dts                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 99c3ad6..ecfa8a6 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -85,6 +85,7 @@ ramips_setup_interfaces()
 	hc5661a|\
 	hc5962|\
 	hlk-rm04|\
+	kn_rc|\
 	mac1200rv2|\
 	miwifi-mini|\
 	miwifi-nano|\
@@ -227,7 +228,6 @@ ramips_setup_interfaces()
 		ucidef_add_switch "switch0" \
 			"1:lan" "2:lan" "3:lan" "4:lan" "5:lan" "0:wan" "6 at eth0"
 		;;
-	kn_rc|\
 	kn_rf)
 		ucidef_add_switch "switch0" \
 			"0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "6 at eth0"
diff --git a/target/linux/ramips/dts/kn_rc.dts b/target/linux/ramips/dts/kn_rc.dts
index e25783f..3c9dfb4 100644
--- a/target/linux/ramips/dts/kn_rc.dts
+++ b/target/linux/ramips/dts/kn_rc.dts
@@ -115,7 +115,7 @@
 
 &ethernet {
 	mtd-mac-address = <&factory 0x4>;
-	mediatek,portmap = "wllll";
+	mediatek,portmap = "llllw";
 };
 
 &wmac {



More information about the lede-commits mailing list