[openwrt/openwrt] build: disable BUILD_PATENTED by default

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 25 17:49:06 PST 2018


yousong pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/dc555d003c21679c8c94ac7f5c74cbd5cd089ae0

commit dc555d003c21679c8c94ac7f5c74cbd5cd089ae0
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Thu Jan 25 09:40:33 2018 +0800

    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 at gmail.com>
---
 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 f9987fc..7ec7653 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



More information about the lede-commits mailing list