fix and make usable kmod-pcmcia-rsrc

This module is also needed for e.g: kmod-bcm63xx-pcmcia

SVN-Revision: 27253
This commit is contained in:
Florian Fainelli
2011-06-21 20:52:53 +00:00
parent a9191c8b32
commit 3f0f8d9c87
2 changed files with 25 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ $(eval $(call KernelPackage,bcm63xx-spi))
define KernelPackage/pcmcia-bcm63xx
SUBMENU:=$(PCMCIA_MENU)
TITLE:=Broadcom BCM63xx PCMCIA support
DEPENDS:=@TARGET_brcm63xx kmod-pcmcia-core
DEPENDS:=@TARGET_brcm63xx +kmod-pcmcia-rsrc
KCONFIG:=CONFIG_PCMCIA_BCM63XX
FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.ko
AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)