package: kernel: fix files for blowfish and pcimcia-rsrc
Based on a patch from Philip Prindeville. SVN-Revision: 29797
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -38,7 +38,7 @@ ifneq ($(wildcard $(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko),) | ||||
|   FILES:=$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko | ||||
|   AUTOLOAD:=$(call AutoLoad,26,pcmcia_rsrc) | ||||
| else | ||||
|   FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko \ | ||||
|   FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko | ||||
|   AUTOLOAD:=$(call AutoLoad,26,rsrc_nonstatic) | ||||
| endif | ||||
| endef | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonas Gorski
					Jonas Gorski