1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

remove a remaining reference to linux 2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25490 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-12 23:54:55 +00:00
parent 885f0ba00b
commit d079f8578d

View 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))