diff options
author | Travis Kemen <thepeople@openwrt.org> | 2007-11-29 02:06:37 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2007-11-29 02:06:37 +0000 |
commit | a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b (patch) | |
tree | a2dd9e3c80409bea184f27df142293dd67665ae9 /package/busybox/Makefile | |
parent | efb988f3f2caf3ccbd55549345b577c8d4d74f37 (diff) | |
download | upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.tar.gz upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.tar.bz2 upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.zip |
update busybox to 1.8.2
SVN-Revision: 9625
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 fc935d8294..e214bb3ca2 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.8.1 -PKG_RELEASE:=4 +PKG_VERSION:=1.8.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=c54554851d989328654a3eeab915a04f +PKG_MD5SUM:=5794c6187c7cc8176c52b96af9bf2478 include $(INCLUDE_DIR)/package.mk |