[kernel] Only build the modules needed by mac80211 as module.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15805 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2009-05-12 20:49:25 +00:00
parent 1ea357a610
commit ad7351fdf0
1 changed files with 5 additions and 3 deletions

View File

@ -278,7 +278,7 @@ CONFIG_CRC32=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CROSSCOMPILE=y
CONFIG_CRYPTO_AEAD2=m
CONFIG_CRYPTO_AEAD=m
# CONFIG_CRYPTO_AEAD is not set
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_ALGAPI2=m
CONFIG_CRYPTO_ALGAPI=m
@ -307,7 +307,7 @@ CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_HASH2=m
CONFIG_CRYPTO_HASH=m
# CONFIG_CRYPTO_HASH is not set
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_HW is not set
# CONFIG_CRYPTO_KHAZAD is not set
@ -320,13 +320,14 @@ CONFIG_CRYPTO_MANAGER=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_PCOMP=m
# CONFIG_CRYPTO_PRNG is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_RNG2=m
CONFIG_CRYPTO_RNG=m
# CONFIG_CRYPTO_RNG is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SEQIV is not set
@ -339,6 +340,7 @@ CONFIG_CRYPTO_RNG=m
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_TWOFISH_COMMON is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_WORKQUEUE=m
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_XTS is not set