소스 검색

change defaults, enable more tr features

Waldemar Brodkorb 15 년 전
부모
커밋
34aaff1907
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/busybox/config/coreutils/Config.in

+ 2 - 2
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