diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-02 16:26:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-02 16:26:57 +0000 |
commit | 4bee5418779d04cceca351360532f432d9a1ee66 (patch) | |
tree | db69276bbd873abda0e3290191dd02e80cfb7e40 | |
parent | d7a75707092e96b1a610fefb1ec4e58c0358c380 (diff) | |
download | upstream-4bee5418779d04cceca351360532f432d9a1ee66.tar.gz upstream-4bee5418779d04cceca351360532f432d9a1ee66.tar.bz2 upstream-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.in | 4 | ||||
-rw-r--r-- | target/Config.in | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -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 |