aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-19 16:16:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-19 16:16:48 +0000
commitae8db89239a5de8ab0ef3617cc9f7caa1076218b (patch)
tree2463f9967d82e0693af879636302c8042edbdaed /include/kernel-build.mk
parent95f33bb59d5bde18978c03bc835fcd2ac7e135c2 (diff)
downloadmaster-187ad058-ae8db89239a5de8ab0ef3617cc9f7caa1076218b.tar.gz
master-187ad058-ae8db89239a5de8ab0ef3617cc9f7caa1076218b.tar.bz2
master-187ad058-ae8db89239a5de8ab0ef3617cc9f7caa1076218b.zip
fix pcmcia/pccard build defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r--include/kernel-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 9037b5ced0..e3c532cd1d 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -25,7 +25,7 @@ endif
ifneq ($(CONFIG_USB),)
FEATURES += usb
endif
-ifneq ($(CONFIG_PCMCIA),)
+ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
FEATURES += pcmcia
endif
ifneq ($(CONFIG_VIDEO_DEV),)