summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-26 19:51:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-26 19:51:30 +0100
commitc20a31273ad69179c6f2434118d434ec7e65c6e6 (patch)
tree27ff4762912a5d3324826f67965916311d17413e /package
parent75f4a97302c2f1070661e58936bba75250c9e445 (diff)
parentcc12f9f23c7c0bfebba4e8a2580f0c4596dc2726 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r--package/busybox/config/coreutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index edccc86d0..e22c7d566 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -727,7 +727,7 @@ config BUSYBOX_TR
config BUSYBOX_FEATURE_TR_CLASSES
bool "Enable character classes (such as [:upper:])"
- default n
+ default y
depends on BUSYBOX_TR
help
Enable character classes, enabling commands such as:
@@ -735,7 +735,7 @@ config BUSYBOX_FEATURE_TR_CLASSES
config BUSYBOX_FEATURE_TR_EQUIV
bool "Enable equivalence classes"
- default n
+ default y
depends on BUSYBOX_TR
help
Enable equivalence classes, which essentially add the enclosed