diff options
author | Denys Vlasenko | 2010-07-14 08:33:20 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-07-14 08:33:20 +0200 |
commit | 6ac37da4256a248b8b8046d3b356a3b9c4831c97 (patch) | |
tree | 4edac1c4a03fd7b5cbb0c6f93b99e310f7edb60f /Config.in | |
parent | 0e450669d455e4f8dab97c26b4009a9700cd677b (diff) | |
download | busybox-6ac37da4256a248b8b8046d3b356a3b9c4831c97.zip busybox-6ac37da4256a248b8b8046d3b356a3b9c4831c97.tar.gz |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ config UNICODE_USING_LOCALE help With this option on, Unicode support is implemented using libc routines. Otherwise, internal implementation is used. + Internal implementation is smaller. config FEATURE_CHECK_UNICODE_IN_ENV bool "Check $LANG environment variable" |