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 | ba0a25d216d91c0b554898437041ed42b137a828 (patch) | |
tree | dcb1a771c848b92cc18a031da936a3b34f402598 /package | |
parent | fc677dd11c561967859c136e996b1a798be09592 (diff) | |
download | master-187ad058-ba0a25d216d91c0b554898437041ed42b137a828.tar.gz master-187ad058-ba0a25d216d91c0b554898437041ed42b137a828.tar.bz2 master-187ad058-ba0a25d216d91c0b554898437041ed42b137a828.zip |
fix pcmcia submenu (broken by [8520])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |