[source] ramips: simplify EX2700 network config
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 17 23:55:03 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/6b5dab9469291ac5d335766d9e55a9bf77808419
commit 6b5dab9469291ac5d335766d9e55a9bf77808419
Author: Joseph C. Lehner <joseph.c.lehner at gmail.com>
AuthorDate: Fri Jan 13 16:37:36 2017 +0100
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 at gmail.com>
---
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 baf619f..2d8d8ed 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 at eth0"
;;
- cf-wr800n|\
- ex2700)
+ cf-wr800n)
ucidef_add_switch "switch0" \
"4:lan" "6t at eth0"
;;
@@ -186,6 +185,7 @@ ramips_setup_interfaces()
cs-qr10|\
d105|\
dch-m225|\
+ ex2700|\
hpm|\
mzk-ex300np|\
mzk-ex750np|\
More information about the lede-commits
mailing list