diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-03-03 23:12:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-03-03 23:12:34 +0000 |
commit | b97c7c0af684727a0697d1c2565deca5d493eb71 (patch) | |
tree | 585b259022ddddc1924aa12160b90aa5055bb56f /target/linux/ixp4xx-2.6/config | |
parent | 5acf90187b0b632264bbb63f7cacb5886a1008c3 (diff) | |
download | upstream-b97c7c0af684727a0697d1c2565deca5d493eb71.tar.gz upstream-b97c7c0af684727a0697d1c2565deca5d493eb71.tar.bz2 upstream-b97c7c0af684727a0697d1c2565deca5d493eb71.zip |
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two patches
SVN-Revision: 6489
Diffstat (limited to 'target/linux/ixp4xx-2.6/config')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 0acfdf4649..0869aa5147 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -18,7 +18,9 @@ CONFIG_ARCH_AVILA=y # CONFIG_ARCH_INTEGRATOR is not set # CONFIG_ARCH_IOP32X is not set # CONFIG_ARCH_IOP33X is not set -# CONFIG_ARCH_IXDP425 is not set +CONFIG_MACH_PRONGHORN=y +CONFIG_MACH_PRONGHORNMETRO=y +CONFIG_ARCH_IXDP425=y CONFIG_ARCH_IXDP4XX=y # CONFIG_ARCH_IXP2000 is not set # CONFIG_ARCH_IXP23XX is not set @@ -203,6 +205,7 @@ CONFIG_IXP4XX_NPE=y CONFIG_IXP4XX_NPE_FW_LOAD=y CONFIG_IXP4XX_NPE_FW_MTD=y CONFIG_IXP4XX_QMGR=y +CONFIG_IXP4XX_CRYPTO=y CONFIG_IXP4XX_WATCHDOG=y # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set CONFIG_JFFS2_FS_DEBUG=0 |