diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-23 13:01:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-23 13:01:21 +0000 |
commit | b369dbdb0d7e7b09d6d54a1cf1a9bdf48380ee7b (patch) | |
tree | c1b7078b168f047199e9fb314d3d84bc9294f73f /target/linux/ar71xx | |
parent | 60c561f016f44fb5eb07798d176cb9cd11f349b3 (diff) | |
download | upstream-b369dbdb0d7e7b09d6d54a1cf1a9bdf48380ee7b.tar.gz upstream-b369dbdb0d7e7b09d6d54a1cf1a9bdf48380ee7b.tar.bz2 upstream-b369dbdb0d7e7b09d6d54a1cf1a9bdf48380ee7b.zip |
enable DSA support
SVN-Revision: 14639
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index 446b4e609d..f2fcc47d8d 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -180,6 +180,15 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_SLRAM is not set CONFIG_MYLOADER=y # CONFIG_NATSEMI is not set +CONFIG_NET_DSA=y +CONFIG_NET_DSA_MV88E6060=y +# CONFIG_NET_DSA_MV88E6123_61_65 is not set +# CONFIG_NET_DSA_MV88E6131 is not set +# CONFIG_NET_DSA_MV88E6XXX is not set +# 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_TRAILER=y CONFIG_NF_CT_ACCT=y # CONFIG_NF_DEFRAG_IPV4 is not set # CONFIG_NO_IOPORT is not set |