diff options
author | Zheng Qian <sotux82@gmail.com> | 2018-11-08 18:16:36 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-26 12:31:19 +0100 |
commit | 48a7a2a75da56466a5cced758876ca6355b0fe38 (patch) | |
tree | 17483d1bcb38835c7143d2167705d6499aa9c0a9 | |
parent | bce555b09b532137c447944b897f0f709560c6b1 (diff) | |
download | upstream-48a7a2a75da56466a5cced758876ca6355b0fe38.tar.gz upstream-48a7a2a75da56466a5cced758876ca6355b0fe38.tar.bz2 upstream-48a7a2a75da56466a5cced758876ca6355b0fe38.zip |
ramips: fix switch ports mapping for newifi d2
Signed-off-by: Zheng Qian <sotux82@gmail.com>
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 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 043607df5b..862eae1d4a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -32,6 +32,7 @@ ramips_setup_interfaces() case $board in 11acnas|\ + d-team,newifi-d2|\ w2914nsv2|\ zbt-we2026) ucidef_add_switch "switch0" \ @@ -103,7 +104,6 @@ ramips_setup_interfaces() mt7628|\ mzk-750dhp|\ mzk-w300nh2|\ - d-team,newifi-d2|\ netgear,r6120|\ nixcore-x1-8M|\ nixcore-x1-16M|\ |