ar71xx: don't use vlan 0 for devices with rtl8366s switch
authorGabor Juhos <juhosg@openwrt.org>
Sat, 26 Jun 2010 19:15:32 +0000 (19:15 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 26 Jun 2010 19:15:32 +0000 (19:15 +0000)
SVN-Revision: 21905

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

index 5aba76cf6446d18143a07a64e0e4f2aeb6d159cb..eaf3fec7b61b2954c0df8f6eb886eed9f71402b5 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 3ab4bc81dafb4aa75b3675cbe1e94e73d58d27cf..48477fab195b0284e053fe3a4c0f5eaf957b1241 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"