diff options
author | Joseph C. Lehner <joseph.c.lehner@gmail.com> | 2017-01-13 16:37:36 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-18 08:54:58 +0100 |
commit | 6b5dab9469291ac5d335766d9e55a9bf77808419 (patch) | |
tree | 9920f4ac5f5d005e2b98608f6354ba2424b1bb59 /target | |
parent | 7967178cfc56edd6ee134a42ba672b6fc394358d (diff) | |
download | upstream-6b5dab9469291ac5d335766d9e55a9bf77808419.tar.gz upstream-6b5dab9469291ac5d335766d9e55a9bf77808419.tar.bz2 upstream-6b5dab9469291ac5d335766d9e55a9bf77808419.zip |
ramips: simplify EX2700 network config
Don't create a vlan for the Netgear EX2700's only Ethernet port.
Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 4 |
1 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 baf619f7a1..2d8d8edc29 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -174,8 +174,7 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "9@eth0" ;; - cf-wr800n|\ - ex2700) + cf-wr800n) ucidef_add_switch "switch0" \ "4:lan" "6t@eth0" ;; @@ -186,6 +185,7 @@ ramips_setup_interfaces() cs-qr10|\ d105|\ dch-m225|\ + ex2700|\ hpm|\ mzk-ex300np|\ mzk-ex750np|\ |