From d927b9d0a7d2799e46098e0fc06463ae259e9572 Mon Sep 17 00:00:00 2001 From: mirko Date: Sun, 25 Apr 2010 11:49:44 +0000 Subject: [PATCH] merge commit 21050 ("add "patented"-build flag to allow packages being with and without patented technology") to backfire branch, as changes made on packages/ require that value set git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21156 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 2ff2862a2..ffe1147f4 100644 --- a/Config.in +++ b/Config.in @@ -170,9 +170,16 @@ choice depends !USE_EGLIBC help This will install binaries stripped using sstrip - endchoice +config BUILD_PATENTED + default y + bool "Compile with support for patented functionality" + help + When this option is disabled, software which provides patented functionality will not be built. + In case software provides optional support for patented functionality, + this optional support will get disabled for this package. + config STRIP_ARGS string prompt "Strip arguments" -- 2.35.1