diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-16 13:34:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-16 13:34:29 +0000 |
commit | 70e86380e7fac3916246b18c92233491a119ffa6 (patch) | |
tree | 9fb70af95631368ff2862b390070e2782c514fbf /package | |
parent | 165fb7bb9f765a32a20aed6d4013dc12b8f77eae (diff) | |
download | upstream-70e86380e7fac3916246b18c92233491a119ffa6.tar.gz upstream-70e86380e7fac3916246b18c92233491a119ffa6.tar.bz2 upstream-70e86380e7fac3916246b18c92233491a119ffa6.zip |
add missing dependency (#2237)
SVN-Revision: 8417
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 1 |
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 |