diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-08-02 11:17:17 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-08-02 11:17:17 +0000 |
commit | 448dde762bc78871e9a383ea3d27083ec2128aaa (patch) | |
tree | b8bc96012072c918f44693cc90d6fc019cdae733 /package/boot/uboot-mxs | |
parent | 1706a28205a498c7f189e340ad0280e638629e1a (diff) | |
download | upstream-448dde762bc78871e9a383ea3d27083ec2128aaa.tar.gz upstream-448dde762bc78871e9a383ea3d27083ec2128aaa.tar.bz2 upstream-448dde762bc78871e9a383ea3d27083ec2128aaa.zip |
uboot-mxs: bump u-boot to 2014.07
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41946 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-mxs')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 8d4a83e1f4..a6773b8d17 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:=2013.10 +PKG_VERSION:=2014.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:=8445162690052e6afd4b8f87af2bb557 +PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e include $(INCLUDE_DIR)/package.mk @@ -27,7 +27,7 @@ define uboot/Default endef define uboot/mx23_olinuxino - TITLE:=U-Boot 2013.10 for the Olinuxino i.MX233 + TITLE:=U-Boot 2014.07 for the Olinuxino i.MX233 endef UBOOTS := \ |