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/Config.src | |
parent | 0269789537c0c16de948e100ea331fdba54008e4 (diff) |
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/Config.src')
-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 help 'last' displays a list of the last users that logged into the system. -choice - prompt "Choose last implementation" - depends on LAST - default FEATURE_LAST_FANCY - -config FEATURE_LAST_SMALL - bool "small" - help - This is a small version of last with just the basic set of - features. - config FEATURE_LAST_FANCY - bool "huge" + bool "Turn on output of extra information" + default y + depends on LAST help 'last' displays detailed information about the last users that logged into the system (mimics sysvinit last). +900 bytes. -endchoice config HDPARM bool "hdparm" |