841nd7: fix switchconfig: wan - bat - bat - cli - cli

This commit is contained in:
Bjoern Franke 2013-03-17 22:34:46 +01:00
parent 313ef61f10
commit 088fdca5ef
1 changed files with 6 additions and 6 deletions

View File

@ -33,20 +33,20 @@ config 'switch'
option 'reset' '1'
option 'enable_vlan' '1'
#3. und 4. LAN Port
#1. und 2. LAN Port
config 'switch_vlan'
option 'device' 'eth0'
option 'vlan' '1'
option 'ports' '1 4 0t'
option 'ports' '1 2 0t'
#1. LAN Port
#3. LAN Port
config 'switch_vlan'
option 'device' 'eth0'
option 'vlan' '3'
option 'ports' '2 0t'
option 'ports' '3 0t'
#2. LAN Port
#4. LAN Port
config 'switch_vlan'
option 'device' 'eth0'
option 'vlan' '4'
option 'ports' '3 0t'
option 'ports' '4 0t'