diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-28 12:51:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-28 12:51:46 +0000 |
commit | 9f4bd6483f1240c5098b5c634c62cde518a288d8 (patch) | |
tree | f5c7b021bac337084c5566abffb15313e1789947 /package/kernel/modules/other.mk | |
parent | 39cbeec7b212bb977bd5943c02bca5e38ff02f01 (diff) | |
download | upstream-9f4bd6483f1240c5098b5c634c62cde518a288d8.tar.gz upstream-9f4bd6483f1240c5098b5c634c62cde518a288d8.tar.bz2 upstream-9f4bd6483f1240c5098b5c634c62cde518a288d8.zip |
fix pcmcia submenu (broken by [8520])
SVN-Revision: 8524
Diffstat (limited to 'package/kernel/modules/other.mk')
-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 82fe711481..6895587403 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -126,6 +126,7 @@ $(eval $(call KernelPackage,capi)) define KernelPackage/pcmcia-core + SUBMENU:=$(EMENU) TITLE:=PCMCIA/CardBus support DESCRIPTION:=Kernel support for PCMCIA/CardBus controllers DEPENDS:=@PCMCIA_SUPPORT |