diff options
author | Denys Vlasenko | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /coreutils/tr.c | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-2f32bf8be63f70125049402ba43101d8c6083d46.zip busybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 25f5038..f3db379 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -23,14 +23,14 @@ //config:config TR //config: bool "tr" -//config: default n +//config: default y //config: help //config: tr is used to squeeze, and/or delete characters from standard //config: input, writing to standard output. //config: //config:config FEATURE_TR_CLASSES //config: bool "Enable character classes (such as [:upper:])" -//config: default n +//config: default y //config: depends on TR //config: help //config: Enable character classes, enabling commands such as: @@ -38,7 +38,7 @@ //config: //config:config FEATURE_TR_EQUIV //config: bool "Enable equivalence classes" -//config: default n +//config: default y //config: depends on TR //config: help //config: Enable equivalence classes, which essentially add the enclosed |