make the display support feature flag selectable
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in
target/Config.in

index 77eea2d..458a3b3 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 4476a89..4c65eae 100644 (file)
@@ -8,9 +8,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
        bool
 
-config DISPLAY_SUPPORT
-       bool
-
 config GPIO_SUPPORT
        bool
 
This page took 0.027368 seconds and 4 git commands to generate.