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 | de3ed2d3d6c5f2ce8b45f25f4076a5720b38c40d (patch) | |
tree | 068128677bd29c6c4c11173fec173dc30d83d7dc /package/boot/uboot-envtools/Makefile | |
parent | f0662fc03c30e8405117fe6692c4cace94092f2d (diff) | |
download | upstream-de3ed2d3d6c5f2ce8b45f25f4076a5720b38c40d.tar.gz upstream-de3ed2d3d6c5f2ce8b45f25f4076a5720b38c40d.tar.bz2 upstream-de3ed2d3d6c5f2ce8b45f25f4076a5720b38c40d.zip |
[package] uboot-envtools: update to 2013.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38444 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 4f03b92a45..6cea1e2b00 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) |