mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:56:14 +02:00
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
This commit is contained in:
parent
4cc0134d35
commit
a6e45d5923
@ -170,9 +170,16 @@ choice
|
|||||||
depends !USE_EGLIBC
|
depends !USE_EGLIBC
|
||||||
help
|
help
|
||||||
This will install binaries stripped using sstrip
|
This will install binaries stripped using sstrip
|
||||||
|
|
||||||
endchoice
|
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
|
config STRIP_ARGS
|
||||||
string
|
string
|
||||||
prompt "Strip arguments"
|
prompt "Strip arguments"
|
||||||
|
Loading…
Reference in New Issue
Block a user