summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-25 11:41:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-25 11:41:07 +0000
commit203cbbd51d566436b6298e216f9070c7082375f3 (patch)
treec9bb2fbb9be2a12ac21986a4d3ad750aa32053a7 /package/kernel
parent062d3c1e6725de742a72db98a1dbd43c6d4a7e20 (diff)
downloadmaster-31e0f0ae-203cbbd51d566436b6298e216f9070c7082375f3.tar.gz
master-31e0f0ae-203cbbd51d566436b6298e216f9070c7082375f3.tar.bz2
master-31e0f0ae-203cbbd51d566436b6298e216f9070c7082375f3.zip
modules: remove obsolete comment (#12514)
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34327
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index c1c8a98987..36e47ea735 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -18,8 +18,6 @@ crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
crypto_file=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko)
crypto_name=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(word 2,$(subst =,$(space),$(1))))
-# XXX: added CONFIG_CRYPTO_HMAC to KCONFIG so that CONFIG_CRYPTO_HASH is
-# always set, even if no hash modules are selected
define KernelPackage/crypto-core
SUBMENU:=$(CRYPTO_MENU)
TITLE:=Core CryptoAPI modules