add feature flag for display support. will be used as dependency for x.org

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9448 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2007-10-25 21:08:46 +00:00
parent 1966c6fe33
commit 0df9a1cdbf
3 changed files with 7 additions and 0 deletions

View File

@@ -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))