backfire: ar71xx: don't use vlan 0 for devices with rtl8366s switch (backport of...
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Jun 2010 19:52:03 +0000 (19:52 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Jun 2010 19:52:03 +0000 (19:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21924 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network

index 5aba76c..eaf3fec 100644 (file)
@@ -24,7 +24,7 @@ config switch
 
 config switch_vlan
        option device   rtl8366s
-       option vlan     0
+       option vlan     1
        option ports    "0 1 2 3 5"
 
 config switch_port
index 3ab4bc8..48477fa 100644 (file)
@@ -22,5 +22,5 @@ config switch
 
 config switch_vlan
        option device   rtl8366s
-       option vlan     0
+       option vlan     1
        option ports    "0 1 2 3 5"