From 6b5dab9469291ac5d335766d9e55a9bf77808419 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Fri, 13 Jan 2017 16:37:36 +0100 Subject: [PATCH] ramips: simplify EX2700 network config Don't create a vlan for the Netgear EX2700's only Ethernet port. Signed-off-by: Joseph C. Lehner --- target/linux/ramips/base-files/etc/board.d/02_network | 4 ++-- 1 file 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|\ -- 2.30.2