diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-24 00:30:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-24 00:30:02 +0000 |
commit | 64163a5fdfad141b9244bf137d034c07be896ae1 (patch) | |
tree | 30a08721ddbb8409d1685587dbcc7d6dcd573a9c /target/linux/generic/config-2.6.31 | |
parent | 5cfd52d1032a849f9283178a9150eec02c96ecac (diff) | |
download | upstream-64163a5fdfad141b9244bf137d034c07be896ae1.tar.gz upstream-64163a5fdfad141b9244bf137d034c07be896ae1.tar.bz2 upstream-64163a5fdfad141b9244bf137d034c07be896ae1.zip |
kernel config: disable the pcomp api + zlib decompressor by default - it has not been used for a while now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.31')
-rw-r--r-- | target/linux/generic/config-2.6.31 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31 index a1cc623cd6..2a4ed86abe 100644 --- a/target/linux/generic/config-2.6.31 +++ b/target/linux/generic/config-2.6.31 @@ -394,7 +394,8 @@ CONFIG_CRYPTO_ALGAPI2=y # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_PCBC is not set -CONFIG_CRYPTO_PCOMP=y +# CONFIG_CRYPTO_PCOMP is not set +# CONFIG_CRYPTO_PCOMP2 is not set # CONFIG_CRYPTO_PRNG is not set # CONFIG_CRYPTO_RMD128 is not set # CONFIG_CRYPTO_RMD160 is not set @@ -418,7 +419,7 @@ CONFIG_CRYPTO_PCOMP=y # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set -CONFIG_CRYPTO_ZLIB=y +# CONFIG_CRYPTO_ZLIB is not set # CONFIG_CUSE is not set # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set |