From: Gabor Juhos Date: Sat, 26 Jun 2010 19:52:03 +0000 (+0000) Subject: backfire: ar71xx: don't use vlan 0 for devices with rtl8366s switch (backport of... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c07f3e181dac07df9536f535ddd0ff21b1c868a6 backfire: ar71xx: don't use vlan 0 for devices with rtl8366s switch (backport of r21905) SVN-Revision: 21924 --- 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"