diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 01:14:17 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-30 01:14:17 +0000 |
commit | c25e55d851a4a5590610b238cb77df92237bfb7e (patch) | |
tree | 9f2cf6fd68a5387ac0c75b7707140dd46b8e65f2 /package/boot/uboot-envtools/Makefile | |
parent | 5c4f9198bbe94d5ae513e601631393048ecc61b7 (diff) | |
download | upstream-c25e55d851a4a5590610b238cb77df92237bfb7e.tar.gz upstream-c25e55d851a4a5590610b238cb77df92237bfb7e.tar.bz2 upstream-c25e55d851a4a5590610b238cb77df92237bfb7e.zip |
uboot-envtools: bump to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43433
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index a6467e1d2d..6b0885ac8b 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -9,23 +9,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot -PKG_VERSION:=2014.07 +PKG_VERSION:=2014.10 PKG_RELEASE:=1 +PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:= \ +PKG_SOURCE_URL:=\ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot - -PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e - -PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) +PKG_MD5SUM:=3ddcaee2f05b7c464778112ec83664b5 PKG_BUILD_DEPENDS:=+fstools PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/uboot-envtools |