aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-28 12:51:46 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-28 12:51:46 +0000
commitba0a25d216d91c0b554898437041ed42b137a828 (patch)
treedcb1a771c848b92cc18a031da936a3b34f402598
parentfc677dd11c561967859c136e996b1a798be09592 (diff)
downloadmaster-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
-rw-r--r--package/kernel/modules/other.mk1
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
href='#n158'>158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222