X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/139d1393f9eb551c3a9382b3d364801c4ac6aa65..4c5a099db24a63b5dffa715e1b92cee2f34e6a16:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 9156789c8..757d178ab 100644 --- 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))