Skip to content
Snippets Groups Projects
Commit 3d09c34d authored by Jonas Gorski's avatar Jonas Gorski
Browse files

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

Based on a patch from Philip Prindeville.

SVN-Revision: 29797
parent a79356d5
No related branches found
No related tags found
No related merge requests found
...@@ -384,8 +384,9 @@ define KernelPackage/crypto-misc ...@@ -384,8 +384,9 @@ define KernelPackage/crypto-misc
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),le,3.1)),1) ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),le,3.1)),1)
FILES += $(LINUX_DIR)/crypto/blowfish.ko FILES += $(LINUX_DIR)/crypto/blowfish.ko
else else
FILES += $(LINUX_DIR)/crypto/blowfish_common.ko \ FILES += \
FILES += $(LINUX_DIR)/crypto/blowfish_generic.ko $(LINUX_DIR)/crypto/blowfish_common.ko \
$(LINUX_DIR)/crypto/blowfish_generic.ko
endif endif
$(call AddDepends/crypto) $(call AddDepends/crypto)
endef endef
......
...@@ -38,7 +38,7 @@ ifneq ($(wildcard $(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko),) ...@@ -38,7 +38,7 @@ ifneq ($(wildcard $(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko),)
FILES:=$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko FILES:=$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko
AUTOLOAD:=$(call AutoLoad,26,pcmcia_rsrc) AUTOLOAD:=$(call AutoLoad,26,pcmcia_rsrc)
else else
FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko \ FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko
AUTOLOAD:=$(call AutoLoad,26,rsrc_nonstatic) AUTOLOAD:=$(call AutoLoad,26,rsrc_nonstatic)
endif endif
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment