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 | 8d40973058f36a9e92952b9e62f9c2cfcdd8768d (patch) | |
tree | eff9c3c3b45a1f7e0aba38a6e7f50ea6f8f3b70d | |
parent | 4cdf723097a386ec5c3ea2b22c7ba3e42f032f7f (diff) | |
download | upstream-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.tar.gz upstream-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.tar.bz2 upstream-8d40973058f36a9e92952b9e62f9c2cfcdd8768d.zip |
make the display support feature flag selectable
SVN-Revision: 23791
-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 |