package: kernel: fix files for blowfish and pcimcia-rsrc

Based on a patch from Philip Prindeville.

SVN-Revision: 29797
This commit is contained in:
Jonas Gorski
2012-01-19 08:25:26 +00:00
parent a79356d5ec
commit 3d09c34dd3
2 changed files with 4 additions and 3 deletions

View File

@@ -384,8 +384,9 @@ define KernelPackage/crypto-misc
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),le,3.1)),1)
FILES += $(LINUX_DIR)/crypto/blowfish.ko
else
FILES += $(LINUX_DIR)/crypto/blowfish_common.ko \
FILES += $(LINUX_DIR)/crypto/blowfish_generic.ko
FILES += \
$(LINUX_DIR)/crypto/blowfish_common.ko \
$(LINUX_DIR)/crypto/blowfish_generic.ko
endif
$(call AddDepends/crypto)
endef