diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-25 20:36:03 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-25 20:36:03 +0100 |
| commit | db700330d8951d96ea70102797041730c925eeeb (patch) | |
| tree | c721e86bec9fa312cdb17470be8cbf54de866c04 /miscutils | |
| parent | 0269789537c0c16de948e100ea331fdba54008e4 (diff) | |
| download | busybox-w32-db700330d8951d96ea70102797041730c925eeeb.tar.gz busybox-w32-db700330d8951d96ea70102797041730c925eeeb.tar.bz2 busybox-w32-db700330d8951d96ea70102797041730c925eeeb.zip | |
tweak defconfig
MONOTONIC_SYSCALL=y by default
FEATURE_LAST_SMALL is gone: now FEATURE_LAST_FANCY is a "bool", not a "choice".
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Config.src | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index d69abf1a2..06f1c52ba 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
| @@ -308,23 +308,13 @@ config LAST | |||
| 308 | help | 308 | help |
| 309 | 'last' displays a list of the last users that logged into the system. | 309 | 'last' displays a list of the last users that logged into the system. |
| 310 | 310 | ||
| 311 | choice | ||
| 312 | prompt "Choose last implementation" | ||
| 313 | depends on LAST | ||
| 314 | default FEATURE_LAST_FANCY | ||
| 315 | |||
| 316 | config FEATURE_LAST_SMALL | ||
| 317 | bool "small" | ||
| 318 | help | ||
| 319 | This is a small version of last with just the basic set of | ||
| 320 | features. | ||
| 321 | |||
| 322 | config FEATURE_LAST_FANCY | 311 | config FEATURE_LAST_FANCY |
| 323 | bool "huge" | 312 | bool "Turn on output of extra information" |
| 313 | default y | ||
| 314 | depends on LAST | ||
| 324 | help | 315 | help |
| 325 | 'last' displays detailed information about the last users that | 316 | 'last' displays detailed information about the last users that |
| 326 | logged into the system (mimics sysvinit last). +900 bytes. | 317 | logged into the system (mimics sysvinit last). +900 bytes. |
| 327 | endchoice | ||
| 328 | 318 | ||
| 329 | config HDPARM | 319 | config HDPARM |
| 330 | bool "hdparm" | 320 | bool "hdparm" |
