mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix typo
This commit is contained in:
parent
98b9bcd231
commit
31140cceec
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ elif [ "$(swconfig list 2>&1 | grep switch0)" != "" ] && [ "$(cat /etc/board.jso
|
|||
set network.@switch_vlan[0].ports='1t 2t 3t 4t 0t'
|
||||
set network.@switch_vlan[1]=switch_vlan
|
||||
set network.@switch_vlan[1].device='switch0'
|
||||
set network.@switch_vlan[1].vlan=1
|
||||
set network.@switch_vlan[1].ports='5 0'
|
||||
set network.@switch_vlan[1].vlan=2
|
||||
set network.@switch_vlan[1].ports='0 5'
|
||||
add network switch_vlan
|
||||
set network.@switch_vlan[2].device='switch0'
|
||||
set network.@switch_vlan[2].vlan=3
|
||||
|
|
Loading…
Reference in a new issue