From: nbd Date: Tue, 2 Nov 2010 16:28:11 +0000 (+0000) Subject: make the display support feature flag selectable (backport from r23791) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b819e5445914e2533efa6928e5c37ef39df5556d 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 --- 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