mirror of https://github.com/hak5/openwrt-owl.git
parent
4cdf723097
commit
8d40973058
|
@ -125,6 +125,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"
|
||||||
|
|
|
@ -8,9 +8,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