aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 08:33:20 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-14 08:33:20 +0200
commit6ac37da4256a248b8b8046d3b356a3b9c4831c97 (patch)
tree4edac1c4a03fd7b5cbb0c6f93b99e310f7edb60f /Config.in
parent0e450669d455e4f8dab97c26b4009a9700cd677b (diff)
downloadbusybox-w32-6ac37da4256a248b8b8046d3b356a3b9c4831c97.tar.gz
busybox-w32-6ac37da4256a248b8b8046d3b356a3b9c4831c97.tar.bz2
busybox-w32-6ac37da4256a248b8b8046d3b356a3b9c4831c97.zip
build system: disable some applets by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index fc02a2d93..eebc9774d 100644
--- a/Config.in
+++ b/Config.in
@@ -138,6 +138,7 @@ config UNICODE_USING_LOCALE
138 help 138 help
139 With this option on, Unicode support is implemented using libc 139 With this option on, Unicode support is implemented using libc
140 routines. Otherwise, internal implementation is used. 140 routines. Otherwise, internal implementation is used.
141 Internal implementation is smaller.
141 142
142config FEATURE_CHECK_UNICODE_IN_ENV 143config FEATURE_CHECK_UNICODE_IN_ENV
143 bool "Check $LANG environment variable" 144 bool "Check $LANG environment variable"