aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-25 00:13:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-25 00:13:27 +0200
commit503a07cab24a1e58099a04970babd2b761469449 (patch)
treef96b01fd405adcbcbeed0086389da27bd1a07ccc /Config.in
parentb2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff)
downloadbusybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.gz
busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.bz2
busybox-w32-503a07cab24a1e58099a04970babd2b761469449.zip
Apply post-1.17.0 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index fc02a2d93..fe64f2b3f 100644
--- a/Config.in
+++ b/Config.in
@@ -15,7 +15,7 @@ menu "General Configuration"
15 15
16config DESKTOP 16config DESKTOP
17 bool "Enable options for full-blown desktop systems" 17 bool "Enable options for full-blown desktop systems"
18 default n 18 default y
19 help 19 help
20 Enable options and features which are not essential. 20 Enable options and features which are not essential.
21 Select this only if you plan to use busybox on full-blown 21 Select this only if you plan to use busybox on full-blown
@@ -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"