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:
parent
7967178cfc
commit
6b5dab9469
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,7 @@ ramips_setup_interfaces()
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "9@eth0"
|
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "9@eth0"
|
||||||
;;
|
;;
|
||||||
cf-wr800n|\
|
cf-wr800n)
|
||||||
ex2700)
|
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"4:lan" "6t@eth0"
|
"4:lan" "6t@eth0"
|
||||||
;;
|
;;
|
||||||
|
@ -186,6 +185,7 @@ ramips_setup_interfaces()
|
||||||
cs-qr10|\
|
cs-qr10|\
|
||||||
d105|\
|
d105|\
|
||||||
dch-m225|\
|
dch-m225|\
|
||||||
|
ex2700|\
|
||||||
hpm|\
|
hpm|\
|
||||||
mzk-ex300np|\
|
mzk-ex300np|\
|
||||||
mzk-ex750np|\
|
mzk-ex750np|\
|
||||||
|
|
Loading…
Reference in a new issue