remove a remaining reference to linux 2.4
SVN-Revision: 25490
This commit is contained in:
parent
523e9938c8
commit
d64c314336
1 changed files with 0 additions and 6 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue