aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-08-16 13:34:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-08-16 13:34:29 +0000
commitcb45c11c92536a7c756bcd01a9ef21d7d4c6a5f9 (patch)
treeddd6ecd2cba3e554d02518013774f326891485dd /package/kernel
parentad48498678ad716a172a5ac50f88774cf374b6fa (diff)
downloadmaster-187ad058-cb45c11c92536a7c756bcd01a9ef21d7d4c6a5f9.tar.gz
master-187ad058-cb45c11c92536a7c756bcd01a9ef21d7d4c6a5f9.tar.bz2
master-187ad058-cb45c11c92536a7c756bcd01a9ef21d7d4c6a5f9.zip
add missing dependency (#2237)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index f8f104238a..4da6e5930c 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -122,6 +122,7 @@ $(eval $(call KernelPackage,capi))
define KernelPackage/pcmcia-core
TITLE:=PCMCIA/CardBus support
DESCRIPTION:=Kernel support for PCMCIA/CardBus controllers
+ DEPENDS:=@PCMCIA_SUPPORT
SUBMENU:=$(EMENU)
KCONFIG:=CONFIG_PCMCIA CONFIG_PCCARD
endef