remove a remaining reference to linux 2.4
authorFelix Fietkau <nbd@openwrt.org>
Sat, 12 Feb 2011 23:54:55 +0000 (23:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 12 Feb 2011 23:54:55 +0000 (23:54 +0000)
SVN-Revision: 25490

package/kernel/modules/crypto.mk

index dc0c8b4fc7b8d8ff5ab42d36f0463b78390b3fbc..5cf3b0d3b6b7b252a5e765c8b319d2e14ca8ee39 100644 (file)
@@ -49,12 +49,6 @@ define KernelPackage/crypto-core
   FILES:=$(foreach mod,$(CRYPTO_MODULES),$(call crypto_file,$(mod)))
   AUTOLOAD:=$(call AutoLoad,01,$(foreach mod,$(CRYPTO_MODULES),$(call crypto_name,$(mod))))
 endef
-
-define KernelPackage/crypto-core/2.4
-  FILES:=$(LINUX_DIR)/crypto/deflate.ko
-  AUTOLOAD:=$(call AutoLoad,01, deflate)
-endef
-
 $(eval $(call KernelPackage,crypto-core))