aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2012-11-21 20:38:29 +0100
committerFelix Janda <felix.janda@posteo.de>2012-11-21 20:38:29 +0100
commit250e0055fe0596f0f13d6e30f0bfe086702f5a25 (patch)
tree287e906cfd510fbc9fa52c47829814d4e4cba3e8 /Config.in
parentde51192c854d20b19d25daedca9e7ecdc72e13f1 (diff)
downloadtoybox-250e0055fe0596f0f13d6e30f0bfe086702f5a25.tar.gz
Make internalization support optional
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 835e703b..73ab01e6 100644
--- a/Config.in
+++ b/Config.in
@@ -32,6 +32,12 @@ config TOYBOX_FLOAT
Include floating point support infrastructure and commands that
require it.
+config TOYBOX_I18N
+ bool "Internalization support"
+ default y
+ help
+ Add support for locales in commands.
+
config TOYBOX_FREE
bool "Free memory unnecessarily"
default n