diff options
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 53fc4b08b..7941fff37 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,10 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:= busybox -PKG_VERSION:= 1.20.2 -PKG_RELEASE:= 3 -PKG_MD5SUM:= e025414bc6cd79579cc7a32a45d3ae1c -PKG_DESCR:= Core utilities for embedded systems +PKG_VERSION:= 1.21.1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 795394f83903b5eec6567d51eebb417e +PKG_DESCR:= core utilities for embedded systems PKG_SECTION:= base PKG_URL:= http://www.busybox.net/ PKG_SITES:= http://www.busybox.net/downloads/ |