diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 19:15:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 22:12:17 +0100 |
commit | e746ded4dd366dda0dc859771abd02a599c5b6af (patch) | |
tree | 3b786c1481dab4bbd91aeca9eb43392fb109793f /package/busybox/Makefile | |
parent | 1a86ee023560efb171e037fdd3a190d6e1d7c7f4 (diff) |
busybox: update to latest stable version
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c8013b943..d1fc86f10 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= busybox -PKG_VERSION:= 1.23.2 -PKG_RELEASE:= 5 -PKG_HASH:= 05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a +PKG_VERSION:= 1.24.1 +PKG_RELEASE:= 1 +PKG_HASH:= 37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d PKG_DESCR:= core utilities for embedded systems PKG_SECTION:= base/apps PKG_BUILDDEP:= bzip2-host |