From 18202cc9981208c48cf243758313c94e88a6ba3c Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 26 Jan 2017 02:42:20 +0100
Subject: busybox: fix symbol names, reported by Alex Brand

---
 package/busybox/Makefile               | 2 +-
 package/busybox/config/shell/Config.in | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'package/busybox')

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 686b625c9..5febf8ca3 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		busybox
 PKG_VERSION:=		1.26.2
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_HASH:=		da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16
 PKG_DESCR:=		core utilities for embedded systems
 PKG_SECTION:=		base/apps
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.
-- 
cgit v1.2.3