1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-26 17:36:12 +02:00

ramips: fix switch port mapping for ZBT-WE2026

This patch fixes switch port mapping for Zbtlink ZBT-WE2026.

Signed-off-by: Vaclav Svoboda <svoboda@neng.cz>
This commit is contained in:
Vaclav Svoboda 2017-03-18 17:11:14 +01:00 committed by John Crispin
parent 3f9eadf599
commit 6b9c25e927

View File

@ -33,7 +33,8 @@ ramips_setup_interfaces()
case $board in
11acnas|\
w2914nsv2)
w2914nsv2|\
zbt-we2026)
ucidef_add_switch "switch0" \
"0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan:5" "6@eth0"
;;
@ -107,7 +108,6 @@ ramips_setup_interfaces()
y1|\
youku-yk1|\
zbt-ape522ii|\
zbt-we2026|\
zbt-we826|\
zbt-wg2626|\
zbt-wg3526|\