diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-01 07:34:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-01 07:34:37 +0000 |
commit | 0101bf02804d667fa96d32f64209a3fbf96f7516 (patch) | |
tree | 89b80bb03516347e24df6e2be0d229577f8b889e /target/linux/ar71xx/config-2.6.32 | |
parent | 833da719eff667dfcf9b040b6c8d1e264f799208 (diff) | |
download | upstream-0101bf02804d667fa96d32f64209a3fbf96f7516.tar.gz upstream-0101bf02804d667fa96d32f64209a3fbf96f7516.tar.bz2 upstream-0101bf02804d667fa96d32f64209a3fbf96f7516.zip |
ar71xx: add QinQ tagging format for the DSA driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19926 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.32')
-rw-r--r-- | target/linux/ar71xx/config-2.6.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 1c193b2777..f4b1184a83 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -173,6 +173,7 @@ CONFIG_NET_DSA_MV88E6063=y # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set # CONFIG_NET_DSA_TAG_DSA is not set # CONFIG_NET_DSA_TAG_EDSA is not set +CONFIG_NET_DSA_TAG_QINQ=y CONFIG_NET_DSA_TAG_TRAILER=y # CONFIG_NO_IOPORT is not set # CONFIG_NXP_STB220 is not set |