summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-06-26 19:15:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-06-26 19:15:32 +0000
commite827a12c483ad09df15942a61e532edf132b8e69 (patch)
tree13bd148f01aece66ed9fc0228e66a26bcaf38705
parent8079d54678fea04bbe1689b534fd75fd46a72831 (diff)
downloadmaster-31e0f0ae-e827a12c483ad09df15942a61e532edf132b8e69.tar.gz
master-31e0f0ae-e827a12c483ad09df15942a61e532edf132b8e69.tar.bz2
master-31e0f0ae-e827a12c483ad09df15942a61e532edf132b8e69.zip
ar71xx: don't use vlan 0 for devices with rtl8366s switch
SVN-Revision: 21905
-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 5aba76cf64..eaf3fec7b6 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 3ab4bc81da..48477fab19 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"