diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2016-01-19 21:50:11 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2016-01-19 21:50:11 +0000 |
commit | 76b903a415671a1606146e6da6d34e85aa25ddeb (patch) | |
tree | 9b3a9193d9afaef68bb109868d49e3efeca6815b /package/boot/uboot-mxs/Makefile | |
parent | e62802752ed1ff48f9b1007d927f61be51a85cbc (diff) | |
download | upstream-76b903a415671a1606146e6da6d34e85aa25ddeb.tar.gz upstream-76b903a415671a1606146e6da6d34e85aa25ddeb.tar.bz2 upstream-76b903a415671a1606146e6da6d34e85aa25ddeb.zip |
packages: bump uboot-mxs to 2016.01, refresh patches
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48374
Diffstat (limited to 'package/boot/uboot-mxs/Makefile')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 373b8d8f80..3b82db59b5 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013-2015 OpenWrt.org +# Copyright (C) 2013-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2015.07 +PKG_VERSION:=2016.01 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:=3dac9a0b46fed77fc768ad3bd2d68c05 +PKG_MD5SUM:=7d4f65fd43d4d706f5c5650e020d899d 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.07 for the Olinuxino i.MX233 + TITLE:=U-Boot 2016.01 for the Olinuxino i.MX233 endef define uboot/duckbill - TITLE:=U-Boot 2015.07 for the I2SE Duckbill + TITLE:=U-Boot 2016.01 for the I2SE Duckbill endef UBOOTS := \ |