mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
make the display support feature flag selectable (backport from r23791)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23792 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
03becef652
commit
b819e54459
@ -126,6 +126,10 @@ menu "Global build settings"
|
|||||||
|
|
||||||
comment "General build options"
|
comment "General build options"
|
||||||
|
|
||||||
|
config DISPLAY_SUPPORT
|
||||||
|
bool "Show packages that require graphics support (local or remote)"
|
||||||
|
default n
|
||||||
|
|
||||||
config BUILD_PATENTED
|
config BUILD_PATENTED
|
||||||
default y
|
default y
|
||||||
bool "Compile with support for patented functionality"
|
bool "Compile with support for patented functionality"
|
||||||
|
@ -14,9 +14,6 @@ config HAS_FPU
|
|||||||
config AUDIO_SUPPORT
|
config AUDIO_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config DISPLAY_SUPPORT
|
|
||||||
bool
|
|
||||||
|
|
||||||
config GPIO_SUPPORT
|
config GPIO_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user