summaryrefslogtreecommitdiff
path: root/package/busybox/config/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/shell/Config.in')
-rw-r--r--package/busybox/config/shell/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in
index 09a46edad..0d86b194c 100644
--- a/package/busybox/config/shell/Config.in
+++ b/package/busybox/config/shell/Config.in
@@ -331,17 +331,17 @@ config BUSYBOX_BASH_IS_HUSH
endchoice
-config BUSYBOX_SH_MATH_SUPPORT
+config BUSYBOX_FEATURE_SH_MATH
bool "POSIX math support"
default y
depends on BUSYBOX_ASH || BUSYBOX_HUSH
help
Enable math support in the shell via $((...)) syntax.
-config BUSYBOX_SH_MATH_SUPPORT_64
+config BUSYBOX_FEATURE_SH_MATH_64
bool "Extend POSIX math support to 64 bit"
default y
- depends on BUSYBOX_SH_MATH_SUPPORT
+ depends on BUSYBOX_FEATURE_SH_MATH
help
Enable 64-bit math support in the shell. This will make the shell
slightly larger, but will allow computation with very large numbers.