diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:52:48 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:52:48 +0000 |
commit | fd476b38860f125cfb75255c3697bfdf4250a9ac (patch) | |
tree | 2c4ab8ed80d842f6fa7d96cc746c51a8cad6144d /package/boot/uboot-mxs/Makefile | |
parent | 677f0e3e725b1fa52230fe7ea349dc4828093e83 (diff) | |
download | upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.tar.gz upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.tar.bz2 upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.zip |
packages: uboot-mxs: bump to 2015.07, refresh Duckbill patch
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46523
Diffstat (limited to 'package/boot/uboot-mxs/Makefile')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 532c7a58ca..1686f60a18 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2015.01 +PKG_VERSION:=2015.07 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=7f08dc9e98a71652bd6968888ed6ec95 +PKG_MD5SUM:=3dac9a0b46fed77fc768ad3bd2d68c05 PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README @@ -30,11 +30,11 @@ define uboot/Default endef define uboot/mx23_olinuxino - TITLE:=U-Boot 2015.01 for the Olinuxino i.MX233 + TITLE:=U-Boot 2015.07 for the Olinuxino i.MX233 endef define uboot/duckbill - TITLE:=U-Boot 2015.01 for the I2SE Duckbill + TITLE:=U-Boot 2015.07 for the I2SE Duckbill endef UBOOTS := \ |