From dc555d003c21679c8c94ac7f5c74cbd5cd089ae0 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 25 Jan 2018 09:40:33 +0800 Subject: [PATCH] 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 --- config/Config-build.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2