make the display support feature flag selectable
authorFelix Fietkau <nbd@openwrt.org>
Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)
SVN-Revision: 23791

Config.in
target/Config.in

index 77eea2d60a4efbf564f401daa7ff8f5ed87f1c41..458a3b3bce8c954206cccef4193040b0b56e2435 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -125,6 +125,10 @@ menu "Global build settings"
 
        comment "General build options"
 
+       config DISPLAY_SUPPORT
+               bool "Show packages that require graphics support (local or remote)"
+               default n
+
        config BUILD_PATENTED
                default y
                bool "Compile with support for patented functionality"
index 4476a89854d3f16f346f9ba761a70cb254f63834..4c65eae867305171e6a8c900952092e6192ae4c8 100644 (file)
@@ -8,9 +8,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
        bool
 
-config DISPLAY_SUPPORT
-       bool
-
 config GPIO_SUPPORT
        bool