diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-04-20 17:19:40 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-04-20 17:19:40 +0000 |
commit | fadf538780386ef463ca4f604905ce7982fe655b (patch) | |
tree | 51694410538f30acfbf4a7195a2ededbbb3794a4 | |
parent | 10f81a433b3d451be9c918539e2ee815b3cb9989 (diff) | |
download | master-187ad058-fadf538780386ef463ca4f604905ce7982fe655b.tar.gz master-187ad058-fadf538780386ef463ca4f604905ce7982fe655b.tar.bz2 master-187ad058-fadf538780386ef463ca4f604905ce7982fe655b.zip |
add "patented"-build flag to allow packages being with and without patented technology
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21050 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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" |