diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 22:35:24 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 22:35:24 +0000 |
commit | 0a6ed453c3c20b434296985b4e6911865283bc57 (patch) | |
tree | fb37ea3d3b79293b2179299365e6fedc720055ec /target/linux | |
parent | 8c78d96c440a32719e61427ca99af912cfc55669 (diff) |
fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20009 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 275ed58fa..b0000aba6 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -381,6 +381,7 @@ CONFIG_CRYPTO_ALGAPI=y # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_DES is not set # CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_CRYPTO_DEV_MV_CESA is not set # CONFIG_CRYPTO_ECB is not set # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_FIPS is not set @@ -1218,6 +1219,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_MMC_CB710 is not set # CONFIG_MMC_DEBUG is not set # CONFIG_MMC is not set +# CONFIG_MMC_MVSDIO is not set # CONFIG_MMC_S3C is not set # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_SDRICOH_CS is not set @@ -1587,6 +1589,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_OCF_SAFE is not set # CONFIG_OCF_TALITOS is not set # CONFIG_OMFS_FS is not set +# CONFIG_ORION_WATCHDOG is not set # CONFIG_OSF_PARTITION is not set # CONFIG_P54_COMMON is not set CONFIG_PACKET_MMAP=y |