make the display support feature flag selectable (backport from r23791)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 16:28:11 +0000 (16:28 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 16:28:11 +0000 (16:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23792 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in
target/Config.in

index daecd171e9bd23818c158175aacb202b27f83b3a..f4ab5271f74a06ee01637d82973916750f4e5f91 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -126,6 +126,10 @@ menu "Global build settings"
 
        comment "General build options"
 
 
        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"
        config BUILD_PATENTED
                default y
                bool "Compile with support for patented functionality"
index 48fd827326b35073c7bde0f94bfa8a9b216661f5..3e161f59823c06879972009a17c06e9383e2e82c 100644 (file)
@@ -14,9 +14,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
        bool
 
 config AUDIO_SUPPORT
        bool
 
-config DISPLAY_SUPPORT
-       bool
-
 config GPIO_SUPPORT
        bool
 
 config GPIO_SUPPORT
        bool