[LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

Yousong Zhou yszhou4tech at gmail.com
Wed Jan 24 18:42:00 PST 2018


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
-- 
1.8.3.1




More information about the Lede-dev mailing list