summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-02 16:26:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-02 16:26:57 +0000
commit8d40973058f36a9e92952b9e62f9c2cfcdd8768d (patch)
treeeff9c3c3b45a1f7e0aba38a6e7f50ea6f8f3b70d /Config.in
parent4cdf723097a386ec5c3ea2b22c7ba3e42f032f7f (diff)
downloadmaster-31e0f0ae-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.tar.gz
master-31e0f0ae-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.tar.bz2
master-31e0f0ae-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.zip
make the display support feature flag selectable
SVN-Revision: 23791
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 77eea2d60a..458a3b3bce 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"