diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-14 08:33:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-14 08:33:20 +0200 |
commit | 6ac37da4256a248b8b8046d3b356a3b9c4831c97 (patch) | |
tree | 4edac1c4a03fd7b5cbb0c6f93b99e310f7edb60f /Config.in | |
parent | 0e450669d455e4f8dab97c26b4009a9700cd677b (diff) | |
download | busybox-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
142 | config FEATURE_CHECK_UNICODE_IN_ENV | 143 | config FEATURE_CHECK_UNICODE_IN_ENV |
143 | bool "Check $LANG environment variable" | 144 | bool "Check $LANG environment variable" |