diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-19 08:25:26 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-19 08:25:26 +0000 |
commit | 3d09c34dd3ee4dba023466acd9dda309a2f366f9 (patch) | |
tree | 95e97c863da38b776074d49730140e6bd8759c2a /package/kernel/modules/pcmcia.mk | |
parent | a79356d5ecd8cb86bd770910b2797c486ce6911c (diff) | |
download | upstream-3d09c34dd3ee4dba023466acd9dda309a2f366f9.tar.gz upstream-3d09c34dd3ee4dba023466acd9dda309a2f366f9.tar.bz2 upstream-3d09c34dd3ee4dba023466acd9dda309a2f366f9.zip |
package: kernel: fix files for blowfish and pcimcia-rsrc
Based on a patch from Philip Prindeville.
SVN-Revision: 29797
Diffstat (limited to 'package/kernel/modules/pcmcia.mk')
-rw-r--r-- | package/kernel/modules/pcmcia.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/pcmcia.mk b/package/kernel/modules/pcmcia.mk index e4df2aa395..48112b081d 100644 --- a/package/kernel/modules/pcmcia.mk +++ b/package/kernel/modules/pcmcia.mk @@ -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 |