diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:47:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:47:09 +0000 |
commit | 3794a6a9ddcc986341b671dba9325cb7376f6326 (patch) | |
tree | 2d625f3ceb997776315587a593017ed1237169b5 /target/linux/ar7/config-3.3 | |
parent | 99598d2473ba185ad0aaba22a9c0c283d1a96f39 (diff) | |
download | upstream-3794a6a9ddcc986341b671dba9325cb7376f6326.tar.gz upstream-3794a6a9ddcc986341b671dba9325cb7376f6326.tar.bz2 upstream-3794a6a9ddcc986341b671dba9325cb7376f6326.zip |
enable mvswitch driver
And fix the default network configuration to create the required VLANs.
Patch from Daniel Gimpelevich.
SVN-Revision: 33750
Diffstat (limited to 'target/linux/ar7/config-3.3')
-rw-r--r-- | target/linux/ar7/config-3.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar7/config-3.3 b/target/linux/ar7/config-3.3 index 7590bb94f7..8ff39e2c91 100644 --- a/target/linux/ar7/config-3.3 +++ b/target/linux/ar7/config-3.3 @@ -26,6 +26,7 @@ CONFIG_CSRC_R4K_LIB=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DMA_NONCOHERENT=y CONFIG_EARLY_PRINTK=y +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FIXED_PHY=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y @@ -77,6 +78,7 @@ CONFIG_MIPS_MT_DISABLED=y CONFIG_MTD_AR7_PARTS=y CONFIG_MTD_CFI_STAA=y CONFIG_MTD_PHYSMAP=y +CONFIG_MVSWITCH_PHY=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_EXCEPT_FILL=y |