1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 05:48:05 +02:00

add missing dependency (#2237)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-08-16 13:34:29 +00:00
parent 6b71f4d5c3
commit 38f0cddc9a

View File

@ -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