From b819e5445914e2533efa6928e5c37ef39df5556d Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 2 Nov 2010 16:28:11 +0000 Subject: [PATCH] make the display support feature flag selectable (backport from r23791) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23792 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 4 ++++ target/Config.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Config.in b/Config.in index daecd171e..f4ab5271f 100644 --- a/Config.in +++ b/Config.in @@ -126,6 +126,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 48fd82732..3e161f598 100644 --- a/target/Config.in +++ b/target/Config.in @@ -14,9 +14,6 @@ config HAS_FPU config AUDIO_SUPPORT bool -config DISPLAY_SUPPORT - bool - config GPIO_SUPPORT bool