diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-09 21:12:49 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-10-15 09:01:45 +0200 |
commit | 51bca43f39f0d53ef4b5facd5484347655255b12 (patch) | |
tree | a866ee4467fbb63aeb083f034d7f7ed902a65644 /target/linux/ramips/dts/3G-6200NL.dts | |
parent | bbdf2ac305b797545ee0f663b7815c116e276b63 (diff) | |
download | upstream-51bca43f39f0d53ef4b5facd5484347655255b12.tar.gz upstream-51bca43f39f0d53ef4b5facd5484347655255b12.tar.bz2 upstream-51bca43f39f0d53ef4b5facd5484347655255b12.zip |
ramips: fix edimax 6200nl switch config
With 3a9752bbd2bc00e407b5dcad21789720f40abf0e and later changes to
ramips_set_preinit_iface() the default vlan config applied during
preinit was changed. These changes were made without updating the
default network config to ensure that vlan interfaces used for lan/wan
are still configured.
Fix the issue by using the default all LAN portmap and disabling not
connected switch ports using portdisable device tree parameter.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/3G-6200NL.dts')
-rw-r--r-- | target/linux/ramips/dts/3G-6200NL.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/3G-6200NL.dts b/target/linux/ramips/dts/3G-6200NL.dts index 5ae43b81cb..7ef7618f68 100644 --- a/target/linux/ramips/dts/3G-6200NL.dts +++ b/target/linux/ramips/dts/3G-6200NL.dts @@ -81,7 +81,7 @@ }; &esw { - mediatek,portmap = <0x2f>; + mediatek,portdisable = <0x37>; }; &wmac { |