projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad48498
)
add missing dependency (#2237)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 Aug 2007 13:34:29 +0000
(13:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 Aug 2007 13:34:29 +0000
(13:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
f8f1042
..
4da6e59
100644
(file)
--- 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