diff options
author | Alexey Belyaev <spider@spider.vc> | 2017-04-23 02:46:23 +0600 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 3549bad8147f7795dc6334cd8f73ea389b1a62e0 (patch) | |
tree | be84809bdb13078b9eb9a45ca7a1c196e58948cc /target/linux/ramips/dts | |
parent | 42120bd7f323ff7170b32a5fd4674babd8b184bc (diff) | |
download | upstream-3549bad8147f7795dc6334cd8f73ea389b1a62e0.tar.gz upstream-3549bad8147f7795dc6334cd8f73ea389b1a62e0.tar.bz2 upstream-3549bad8147f7795dc6334cd8f73ea389b1a62e0.zip |
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@spider.vc>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/kn_rc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/kn_rc.dts b/target/linux/ramips/dts/kn_rc.dts index e25783f685..3c9dfb4d24 100644 --- a/target/linux/ramips/dts/kn_rc.dts +++ b/target/linux/ramips/dts/kn_rc.dts @@ -115,7 +115,7 @@ ðernet { mtd-mac-address = <&factory 0x4>; - mediatek,portmap = "wllll"; + mediatek,portmap = "llllw"; }; &wmac { |