summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-02 18:59:36 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-02 18:59:36 -0500
commita54e770cf5590314d29ab8b462332a0e873a8304 (patch)
tree1984115cc83db02b75aaf03f32d0246618bc287d /package/busybox/Makefile
parent14d2d08a82a712d26239589ce28fca4fbb28247a (diff)
add missing ash symbol, reported via #openadk
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index f20536dd4..c293e6d29 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= busybox
PKG_VERSION:= 1.23.2
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_HASH:= 05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a
PKG_DESCR:= core utilities for embedded systems
PKG_SECTION:= base/apps