diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-02 16:26:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-02 16:26:57 +0000 |
commit | a894d030b664229f92b35063e1feea127922f360 (patch) | |
tree | db69276bbd873abda0e3290191dd02e80cfb7e40 | |
parent | 5e7b0ded88c30597061d2ba2e5b020cd76f8b6c5 (diff) |
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 |