From: Joseph C. Lehner Date: Fri, 13 Jan 2017 15:37:36 +0000 (+0100) Subject: ramips: simplify EX2700 network config X-Git-Tag: v18.06.0-rc1~4074 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=6b5dab9469291ac5d335766d9e55a9bf77808419;p=openwrt%2F.git ramips: simplify EX2700 network config Don't create a vlan for the Netgear EX2700's only Ethernet port. Signed-off-by: Joseph C. Lehner --- 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|\