提交 7531ef7f 编写于 作者: T Tomasz Maciej Nowak 提交者: Hauke Mehrtens

sdk: expose PATENTED an NLS build options

Some packages offer functionalities guarded by these options and it'll
be impossible to reach them without changing Config-build.in. So allow
to toggle these in more friendly way, by exposing them in configuration
menu.
Signed-off-by: NTomasz Maciej Nowak <tmn505@gmail.com>
(cherry picked from commit 477ff082)
上级 4ed98849
......@@ -18,6 +18,23 @@ menu "Global build settings"
bool "Cryptographically sign package lists"
default y
comment "General build options"
config BUILD_PATENTED
default n
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 BUILD_NLS
default n
bool "Compile with full language support"
help
When this option is enabled, packages are built with the full versions of
iconv and GNU gettext instead of the default OpenWrt stubs.
comment "Package build options"
config DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册