Skip to content
Snippets Groups Projects
Commit d64c3143 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

remove a remaining reference to linux 2.4

SVN-Revision: 25490
parent 523e9938
No related branches found
No related tags found
No related merge requests found
...@@ -49,12 +49,6 @@ define KernelPackage/crypto-core ...@@ -49,12 +49,6 @@ define KernelPackage/crypto-core
FILES:=$(foreach mod,$(CRYPTO_MODULES),$(call crypto_file,$(mod))) FILES:=$(foreach mod,$(CRYPTO_MODULES),$(call crypto_file,$(mod)))
AUTOLOAD:=$(call AutoLoad,01,$(foreach mod,$(CRYPTO_MODULES),$(call crypto_name,$(mod)))) AUTOLOAD:=$(call AutoLoad,01,$(foreach mod,$(CRYPTO_MODULES),$(call crypto_name,$(mod))))
endef endef
define KernelPackage/crypto-core/2.4
FILES:=$(LINUX_DIR)/crypto/deflate.ko
AUTOLOAD:=$(call AutoLoad,01, deflate)
endef
$(eval $(call KernelPackage,crypto-core)) $(eval $(call KernelPackage,crypto-core))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment