summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 19:15:32 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 19:15:32 +0000
commit326a9590d17b63c4a0c70ce9d91f5b7aef00e12f (patch)
tree0e55f1b023d468f09119d50f3449e4033fd57f4e /target
parent2d6dd9f18a11ea7ca97ac44527632269ecff913d (diff)
ar71xx: don't use vlan 0 for devices with rtl8366s switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network2
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
index 5aba76cf6..eaf3fec7b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
@@ -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
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network
index 3ab4bc81d..48477fab1 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g300nh/network
@@ -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"