summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-09 07:44:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-09 07:44:17 +0000
commit6ea68a4b4e171f75fe05fb60b48690bc753432ab (patch)
tree2b91cba23ff119b262eb1088920d6225dacb8a11 /package/kernel/modules/other.mk
parent306cd5af1a3203176fc5f6af256aec3d4072c725 (diff)
downloadmaster-31e0f0ae-6ea68a4b4e171f75fe05fb60b48690bc753432ab.tar.gz
master-31e0f0ae-6ea68a4b4e171f75fe05fb60b48690bc753432ab.tar.bz2
master-31e0f0ae-6ea68a4b4e171f75fe05fb60b48690bc753432ab.zip
pcmcia-core: fix a typo
SVN-Revision: 10154
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index ebf4d066cb..59d0e92081 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -63,7 +63,7 @@ define KernelPackage/pcmcia-core
DEPENDS:=@PCMCIA_SUPPORT
KCONFIG:= \
CONFIG_PCMCIA \
- CONFIG_CARDBUS
+ CONFIG_CARDBUS \
CONFIG_PCCARD \
CONFIG_YENTA \
CONFIG_PCCARD_NONSTATIC \