diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-18 00:39:28 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-18 00:39:28 +0000 |
commit | 494bc1d0264022e5fda842e0a7bbf516c5fc3041 (patch) | |
tree | 4034e7207ffe818b158b974d4e04a29100b07601 /package/boot/uboot-envtools/Makefile | |
parent | 03ccf4eeb0702d70a81e9d70a1cc0d50ca0448af (diff) | |
download | mtk-20170518-494bc1d0264022e5fda842e0a7bbf516c5fc3041.zip mtk-20170518-494bc1d0264022e5fda842e0a7bbf516c5fc3041.tar.gz mtk-20170518-494bc1d0264022e5fda842e0a7bbf516c5fc3041.tar.bz2 |
uboot-envtools: update to 2013.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38444
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 4f03b92..6cea1e2 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot -PKG_VERSION:=2013.07 -PKG_RELEASE:=2 +PKG_VERSION:=2013.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=8445162690052e6afd4b8f87af2bb557 +PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2 PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) |