build: disable BUILD_PATENTED by default
This is mainly for legal considerations and not promoting the usage of and no redistribution of binaries of patented technologies seems to be also the established practice in other linux distros. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
03a00eeab3
commit
dc555d003c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ menu "Global build settings"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BUILD_PATENTED
|
config BUILD_PATENTED
|
||||||
default y
|
default n
|
||||||
bool "Compile with support for patented functionality"
|
bool "Compile with support for patented functionality"
|
||||||
help
|
help
|
||||||
When this option is disabled, software which provides patented functionality
|
When this option is disabled, software which provides patented functionality
|
||||||
|
|
Loading…
Reference in a new issue