projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165fb7b
)
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)
SVN-Revision: 8417
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index f8f104238a944337661fe085dcdf4e40dce1b10f..4da6e5930ce6f024485a672ce9b7b49717d26d9a 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