summaryrefslogtreecommitdiff
path: root/openwrt/include/modules-2.4.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-18 16:35:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-18 16:35:03 +0000
commitdf56b7997890662b9d5c8d913f039972f501c9ff (patch)
treea9a1d5b9c4bb5b8c1c8904a8e3ccc6f34697f85c /openwrt/include/modules-2.4.mk
parent2721d25c5baebb172de9f0b94631dddb24f6f426 (diff)
downloadmtk-20170518-df56b7997890662b9d5c8d913f039972f501c9ff.zip
mtk-20170518-df56b7997890662b9d5c8d913f039972f501c9ff.tar.gz
mtk-20170518-df56b7997890662b9d5c8d913f039972f501c9ff.tar.bz2
move the cryptoapi kmod to package/kernel
SVN-Revision: 4149
Diffstat (limited to 'openwrt/include/modules-2.4.mk')
-rw-r--r--openwrt/include/modules-2.4.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/include/modules-2.4.mk b/openwrt/include/modules-2.4.mk
index f8d966f..93a8973 100644
--- a/openwrt/include/modules-2.4.mk
+++ b/openwrt/include/modules-2.4.mk
@@ -122,16 +122,6 @@ $(eval $(call KMOD_template,NBD,nbd,\
,CONFIG_BLK_DEV_NBD,,20,nbd))
-# Crypto
-
-ifneq ($(wildcard $(MODULES_DIR)/kernel/crypto/*.o),)
-CONFIG_CRYPTO:=m
-endif
-$(eval $(call KMOD_template,CRYPTO,crypto,\
- $(MODULES_DIR)/kernel/crypto/*.o \
-,CONFIG_CRYPTO))
-
-
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\