mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
make the display support feature flag selectable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e7b0ded88
commit
a894d030b6
@ -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"
|
||||
|
@ -8,9 +8,6 @@ config HAS_FPU
|
||||
config AUDIO_SUPPORT
|
||||
bool
|
||||
|
||||
config DISPLAY_SUPPORT
|
||||
bool
|
||||
|
||||
config GPIO_SUPPORT
|
||||
bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user