diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-01 06:03:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-01 06:03:52 +0000 |
commit | da0fb3da2d4b9a9e1a831525b03c47f09d1205b7 (patch) | |
tree | 9538583d27612ce117767114095c420caca880e5 | |
parent | 3196465dcaf36efb1ef23d581e158e45b551a9d4 (diff) | |
download | master-187ad058-da0fb3da2d4b9a9e1a831525b03c47f09d1205b7.tar.gz master-187ad058-da0fb3da2d4b9a9e1a831525b03c47f09d1205b7.tar.bz2 master-187ad058-da0fb3da2d4b9a9e1a831525b03c47f09d1205b7.zip |
au1000: add a missing dependency to the pcmcia module
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45864 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/au1000/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/modules.mk b/target/linux/au1000/modules.mk index 079a2674d4..6b110531a5 100644 --- a/target/linux/au1000/modules.mk +++ b/target/linux/au1000/modules.mk @@ -8,7 +8,7 @@ define KernelPackage/pcmcia-au1000 SUBMENU:=$(PCMCIA_MENU) TITLE:=RMI/AMD Au1000 PCMCIA support - DEPENDS:=@TARGET_au1000 +kmod-pcmcia-core + DEPENDS:=@TARGET_au1000 +kmod-pcmcia-core +kmod-pcmcia-rsrc FILES:=$(LINUX_DIR)/drivers/pcmcia/db1xxx_ss.ko KCONFIG:=CONFIG_PCMCIA_ALCHEMY_DEVBOARD AUTOLOAD:=$(call AutoLoad,41,db1xxx_ss) |