From: nbd Date: Tue, 2 Nov 2010 16:26:57 +0000 (+0000) Subject: make the display support feature flag selectable X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/a894d030b664229f92b35063e1feea127922f360 make the display support feature flag selectable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Config.in b/Config.in index 77eea2d60..458a3b3bc 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 4476a8985..4c65eae86 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