projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix pcmcia/pccard build defaults
[openwrt.git]
/
include
/
kernel-build.mk
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index
9037b5c
..
e3c532c
100644
(file)
--- 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),)
This page took
0.023414 seconds
and
4
git commands to generate.