busybox: support 64 bit math in shell tests. this does not seem to increase the binar...
[openwrt/svn-archive/archive.git] / package / busybox / config / coreutils / Config.in
index 0775b4cbc78c187ef24dbc59eb7ac52d11f2ab3a..4b106cf42e00458109acee19bef15f8fb0f7d9ea 100644 (file)
@@ -189,7 +189,7 @@ config BUSYBOX_CONFIG_ECHO
 config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
        bool "Enable echo options (-n and -e)"
        default y
-       depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO
+       depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO || BUSYBOX_CONFIG_HUSH
        help
          This adds options (-n and -e) to echo.
 
@@ -230,7 +230,7 @@ config BUSYBOX_CONFIG_EXPR
 
 config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
        bool "Extend Posix numbers support to 64 bit"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_EXPR
        help
          Enable 64-bit math support in the expr applet. This will make
@@ -509,6 +509,18 @@ config BUSYBOX_CONFIG_SHA1SUM
        help
          Compute and check SHA1 message digest
 
+config BUSYBOX_CONFIG_SHA256SUM
+       bool "sha256sum"
+       default n
+       help
+         Compute and check SHA256 message digest
+
+config BUSYBOX_CONFIG_SHA512SUM
+       bool "sha512sum"
+       default n
+       help
+         Compute and check SHA512 message digest
+
 config BUSYBOX_CONFIG_SLEEP
        bool "sleep"
        default y
@@ -648,7 +660,7 @@ config BUSYBOX_CONFIG_TEST
 
 config BUSYBOX_CONFIG_FEATURE_TEST_64
        bool "Extend test to 64 bit"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST
        help
          Enable 64-bit support in test.
@@ -754,7 +766,7 @@ config BUSYBOX_CONFIG_FEATURE_WC_LARGE
        default n
        depends on BUSYBOX_CONFIG_WC
        help
-         Use "unsigned long long" in wc for count variables.
+         Use "unsigned long long" in wc for counter variables.
 
 config BUSYBOX_CONFIG_WHO
        bool "who"