diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-04 08:41:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-04 08:41:37 +0000 |
commit | a763be2ac6ea764afdb8b461d291ac8e5ec9db82 (patch) | |
tree | 9f212db1c7bc6e873c0e5440423591dbc0365d5e /package/busybox/Makefile | |
parent | c7d1c75fad66536da3c8f09b4a7caff5d598289b (diff) | |
download | mtk-20170518-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.zip mtk-20170518-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.tar.gz mtk-20170518-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.tar.bz2 |
upgrade to busybox 1.4.1
SVN-Revision: 6261
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c194472..530b027 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.1 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:=f24a3c1e08bc55ec44381d588e8bcced +PKG_MD5SUM:=5728403bce309cdabcffa414e2e64052 PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |