diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-25 09:40:33 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-26 09:45:08 +0800 |
commit | dc555d003c21679c8c94ac7f5c74cbd5cd089ae0 (patch) | |
tree | 214780e7d76b8b1e2cccc88f0e03a92dbb5dddf8 /config | |
parent | 03a00eeab38f6238b2c1f3b33583266797242eb5 (diff) | |
download | upstream-dc555d003c21679c8c94ac7f5c74cbd5cd089ae0.tar.gz upstream-dc555d003c21679c8c94ac7f5c74cbd5cd089ae0.tar.bz2 upstream-dc555d003c21679c8c94ac7f5c74cbd5cd089ae0.zip |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index f9987fcd2b..7ec7653a9a 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -41,7 +41,7 @@ menu "Global build settings" default n config BUILD_PATENTED - default y + default n bool "Compile with support for patented functionality" help When this option is disabled, software which provides patented functionality |