projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc0134
)
add "patented"-build flag to allow packages being with and without patented technology
author
mirko
<mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Apr 2010 17:19:40 +0000
(17:19 +0000)
committer
mirko
<mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Apr 2010 17:19:40 +0000
(17:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21050
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index
2ff2862
..
ffe1147
100644
(file)
--- 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"
This page took
0.023427 seconds
and
4
git commands to generate.