summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-26 02:42:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-26 02:42:48 +0100
commit18202cc9981208c48cf243758313c94e88a6ba3c (patch)
treea8af2f4a5c772f09ea73dc89ce69825e30c32dff /package/busybox/Makefile
parentb13abb4f0d6ca839efd2caaa3314e00c3e188ecd (diff)
busybox: fix symbol names, reported by Alex Brand
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 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