mirror of https://github.com/hak5/openwrt-owl.git
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>owl
parent
03a00eeab3
commit
dc555d003c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue