aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk/files/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/sdk/files/Config.in')
-rw-r--r--target/sdk/files/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index 12c0f6a624..19697c6810 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -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