From 8d40973058f36a9e92952b9e62f9c2cfcdd8768d Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 2 Nov 2010 16:26:57 +0000
Subject: [PATCH] make the display support feature flag selectable

SVN-Revision: 23791
---
 Config.in        | 4 ++++
 target/Config.in | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Config.in b/Config.in
index 77eea2d60a4..458a3b3bce8 100644
--- 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"
diff --git a/target/Config.in b/target/Config.in
index 4476a89854d..4c65eae8673 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -8,9 +8,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
 	bool
 
-config DISPLAY_SUPPORT
-	bool
-
 config GPIO_SUPPORT
 	bool
 
-- 
GitLab