summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 13:48:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 13:48:48 +0200
commit7cc8d6539a9f325ef7025f577f422011004cd24f (patch)
tree08d4cfec77b5bfe9595c2936dae504fe9a408108 /package/busybox/Makefile
parent9650bcf7e871419dd97ee4e2e67422d4f6bcfef2 (diff)
update to latest stable upstream
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 400be01e6..fa2dad9c6 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -4,14 +4,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= busybox
-PKG_VERSION:= 1.15.2
-PKG_RELEASE:= 4
-PKG_MD5SUM:= 495e320537f0772125f2db3c098e437c
+PKG_VERSION:= 1.16.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 319486ec65078d07fde26eb620fecde7
PKG_DESCR:= Core utilities for embedded Linux systems
PKG_SECTION:= base
PKG_URL:= http://www.busybox.net
PKG_SITES:= http://www.busybox.net/downloads/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,BUSYBOX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))