add support for 16 bit pcmcia cards

SVN-Revision: 7182
This commit is contained in:
Felix Fietkau
2007-05-11 10:54:16 +00:00
parent 61e2c2572f
commit ac58dbb471
2 changed files with 12 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ define KernelPackage/pcmcia-core/2.6
KCONFIG:=$(CONFIG_PCCARD)
FILES:= \
$(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \
$(if $(CONFIG_PCMCIA),$(LINUX_DIR)/drivers/pcmcia/pcmcia.$(LINUX_KMOD_SUFFIX)) \
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,40,pcmcia_core pcmcia rsrc_nonstatic yenta_socket)