summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox')
-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