projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[adm5120] fix USB driver to compile even if USB_DEBUG is disabled
[openwrt.git]
/
include
/
target.mk
diff --git
a/include/target.mk
b/include/target.mk
index
9156789
..
757d178
100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-117,6
+117,9
@@
ifeq ($(DUMP),1)
ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
FEATURES += pcmcia
endif
+ ifneq ($(CONFIG_VGA_CONSOLE)$(CONFIG_FB),)
+ FEATURES += display
+ endif
# remove duplicates
FEATURES:=$(sort $(FEATURES))
This page took
0.01894 seconds
and
4
git commands to generate.