mirror of https://github.com/hak5/openwrt.git
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>openwrt-18.06
parent
3f9eadf599
commit
6b9c25e927
|
@ -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|\
|
||||
|
|
Loading…
Reference in New Issue