aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /Config.in
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/Config.in b/Config.in
index 8baf565db..fc02a2d93 100644
--- a/Config.in
+++ b/Config.in
@@ -82,7 +82,7 @@ config SHOW_USAGE
82 82
83config FEATURE_VERBOSE_USAGE 83config FEATURE_VERBOSE_USAGE
84 bool "Show verbose applet usage messages" 84 bool "Show verbose applet usage messages"
85 default n 85 default y
86 depends on SHOW_USAGE 86 depends on SHOW_USAGE
87 help 87 help
88 All BusyBox applets will show more verbose help messages when 88 All BusyBox applets will show more verbose help messages when
@@ -106,7 +106,7 @@ config FEATURE_COMPRESS_USAGE
106 106
107config FEATURE_INSTALLER 107config FEATURE_INSTALLER
108 bool "Support --install [-s] to install applet links at runtime" 108 bool "Support --install [-s] to install applet links at runtime"
109 default n 109 default y
110 help 110 help
111 Enable 'busybox --install [-s]' support. This will allow you to use 111 Enable 'busybox --install [-s]' support. This will allow you to use
112 busybox at runtime to create hard links or symlinks for all the 112 busybox at runtime to create hard links or symlinks for all the
@@ -121,7 +121,7 @@ config LOCALE_SUPPORT
121 121
122config UNICODE_SUPPORT 122config UNICODE_SUPPORT
123 bool "Support Unicode" 123 bool "Support Unicode"
124 default n 124 default y
125 help 125 help
126 This makes various applets aware that one byte is not 126 This makes various applets aware that one byte is not
127 one character on screen. 127 one character on screen.
@@ -141,7 +141,7 @@ config UNICODE_USING_LOCALE
141 141
142config FEATURE_CHECK_UNICODE_IN_ENV 142config FEATURE_CHECK_UNICODE_IN_ENV
143 bool "Check $LANG environment variable" 143 bool "Check $LANG environment variable"
144 default y 144 default n
145 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE 145 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE
146 help 146 help
147 With this option on, Unicode support is activated 147 With this option on, Unicode support is activated
@@ -265,7 +265,7 @@ config FEATURE_CLEAN_UP
265 265
266config FEATURE_UTMP 266config FEATURE_UTMP
267 bool "Support utmp file" 267 bool "Support utmp file"
268 default n 268 default y
269 help 269 help
270 The file /var/run/utmp is used to track who is currently logged in. 270 The file /var/run/utmp is used to track who is currently logged in.
271 With this option on, certain applets (getty, login, telnetd etc) 271 With this option on, certain applets (getty, login, telnetd etc)
@@ -274,7 +274,7 @@ config FEATURE_UTMP
274 274
275config FEATURE_WTMP 275config FEATURE_WTMP
276 bool "Support wtmp file" 276 bool "Support wtmp file"
277 default n 277 default y
278 select FEATURE_UTMP 278 select FEATURE_UTMP
279 help 279 help
280 The file /var/run/wtmp is used to track when users have logged into 280 The file /var/run/wtmp is used to track when users have logged into
@@ -285,14 +285,14 @@ config FEATURE_WTMP
285 285
286config FEATURE_PIDFILE 286config FEATURE_PIDFILE
287 bool "Support writing pidfiles" 287 bool "Support writing pidfiles"
288 default n 288 default y
289 help 289 help
290 This option makes some applets (e.g. crond, syslogd, inetd) write 290 This option makes some applets (e.g. crond, syslogd, inetd) write
291 a pidfile in /var/run. Some applications rely on them. 291 a pidfile in /var/run. Some applications rely on them.
292 292
293config FEATURE_SUID 293config FEATURE_SUID
294 bool "Support for SUID/SGID handling" 294 bool "Support for SUID/SGID handling"
295 default n 295 default y
296 help 296 help
297 With this option you can install the busybox binary belonging 297 With this option you can install the busybox binary belonging
298 to root with the suid bit set, and it will automatically drop 298 to root with the suid bit set, and it will automatically drop
@@ -309,7 +309,7 @@ config FEATURE_SUID
309 309
310config FEATURE_SUID_CONFIG 310config FEATURE_SUID_CONFIG
311 bool "Runtime SUID/SGID configuration via /etc/busybox.conf" 311 bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
312 default n if FEATURE_SUID 312 default y if FEATURE_SUID
313 depends on FEATURE_SUID 313 depends on FEATURE_SUID
314 help 314 help
315 Allow the SUID / SGID state of an applet to be determined at runtime 315 Allow the SUID / SGID state of an applet to be determined at runtime
@@ -528,7 +528,7 @@ config FEATURE_SHARED_BUSYBOX
528 528
529config LFS 529config LFS
530 bool "Build with Large File Support (for accessing files > 2 GB)" 530 bool "Build with Large File Support (for accessing files > 2 GB)"
531 default n 531 default y
532 select FDISK_SUPPORT_LARGE_DISKS 532 select FDISK_SUPPORT_LARGE_DISKS
533 help 533 help
534 If you want to build BusyBox with large file support, then enable 534 If you want to build BusyBox with large file support, then enable