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 | a34c4b6ec6d8fefaadb07ef285c4918397c7e50a (patch) | |
tree | a7025ba2b17bc363daaf1d731cc499adc02a612b /Config.in | |
parent | bf12a75a87e8ad3429ae8c9cc680d3f164fb6d77 (diff) | |
download | upstream-a34c4b6ec6d8fefaadb07ef285c4918397c7e50a.tar.gz upstream-a34c4b6ec6d8fefaadb07ef285c4918397c7e50a.tar.bz2 upstream-a34c4b6ec6d8fefaadb07ef285c4918397c7e50a.zip |
add "patented"-build flag to allow packages being with and without patented technology
SVN-Revision: 21050
Diffstat (limited to 'Config.in')
-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" |