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>
This commit is contained in:
Joseph C. Lehner 2017-01-13 16:37:36 +01:00 committed by John Crispin
parent 7967178cfc
commit 6b5dab9469
1 changed files with 2 additions and 2 deletions

View File

@ -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|\