summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-07 09:16:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-07 09:16:52 +0100
commit2e8dfd38c5a575dab56c52f36fee51f345b20518 (patch)
tree99b9ffa77090605e625bf781d9456ebed232ca9f /package/busybox/Makefile
parent444a1474b8aaac4807514ae526d52a473f66b998 (diff)
disable mallopt calls, some uClibc configurations doesn't work well with it.
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 088a29397..83f29985e 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.0
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_HASH:= 483ab594dd962ddbb332fd24e36ffdd6e36ac2182fbff055c56e1ca49fda09e4
PKG_DESCR:= core utilities for embedded systems
PKG_SECTION:= base/apps