add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
[openwrt.git] / include / target.mk
index 9156789..757d178 100644 (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))
This page took 0.019642 seconds and 4 git commands to generate.