diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /coreutils/date.c | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-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 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 2720a3507..c599df735 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | //config:config DATE | 57 | //config:config DATE |
58 | //config: bool "date" | 58 | //config: bool "date" |
59 | //config: default n | 59 | //config: default y |
60 | //config: help | 60 | //config: help |
61 | //config: date is used to set the system date or display the | 61 | //config: date is used to set the system date or display the |
62 | //config: current time in the given format. | 62 | //config: current time in the given format. |
@@ -71,7 +71,7 @@ | |||
71 | //config: | 71 | //config: |
72 | //config:config FEATURE_DATE_NANO | 72 | //config:config FEATURE_DATE_NANO |
73 | //config: bool "Support %[num]N nanosecond format specifier" | 73 | //config: bool "Support %[num]N nanosecond format specifier" |
74 | //config: default y | 74 | //config: default n |
75 | //config: depends on DATE | 75 | //config: depends on DATE |
76 | //config: help | 76 | //config: help |
77 | //config: Support %[num]N format specifier. Adds ~250 bytes of code. | 77 | //config: Support %[num]N format specifier. Adds ~250 bytes of code. |