mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
ar71xx: don't use vlan 0 for devices with rtl8366s switch
SVN-Revision: 21905
This commit is contained in:
parent
8079d54678
commit
e827a12c48
@ -24,7 +24,7 @@ config switch
|
|||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device rtl8366s
|
option device rtl8366s
|
||||||
option vlan 0
|
option vlan 1
|
||||||
option ports "0 1 2 3 5"
|
option ports "0 1 2 3 5"
|
||||||
|
|
||||||
config switch_port
|
config switch_port
|
||||||
|
@ -22,5 +22,5 @@ config switch
|
|||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device rtl8366s
|
option device rtl8366s
|
||||||
option vlan 0
|
option vlan 1
|
||||||
option ports "0 1 2 3 5"
|
option ports "0 1 2 3 5"
|
||||||
|
Loading…
Reference in New Issue
Block a user