aboutsummaryrefslogtreecommitdiffstats
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
commit4bee5418779d04cceca351360532f432d9a1ee66 (patch)
treedb69276bbd873abda0e3290191dd02e80cfb7e40
parentd7a75707092e96b1a610fefb1ec4e58c0358c380 (diff)
downloadmaster-187ad058-4bee5418779d04cceca351360532f432d9a1ee66.tar.gz
master-187ad058-4bee5418779d04cceca351360532f432d9a1ee66.tar.bz2
master-187ad058-4bee5418779d04cceca351360532f432d9a1ee66.zip
make the display support feature flag selectable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--Config.in4
-rw-r--r--target/Config.in3
2 files changed, 4 insertions, 3 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"
diff --git a/target/Config.in b/target/Config.in
index 4476a89854..4c65eae867 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