diff options
author | John Crispin <john@openwrt.org> | 2014-12-02 15:25:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-02 15:25:37 +0000 |
commit | 283d7789eea8cb57e31bc6a06d47c5813ebba283 (patch) | |
tree | 619c254c97177f391a09333a8c9a25879a250b0f /package/boot/uboot-oxnas/Makefile | |
parent | a122c1c9c9e68be04ca39763a9638fc43fb96c99 (diff) | |
download | upstream-283d7789eea8cb57e31bc6a06d47c5813ebba283.tar.gz upstream-283d7789eea8cb57e31bc6a06d47c5813ebba283.tar.bz2 upstream-283d7789eea8cb57e31bc6a06d47c5813ebba283.zip |
uboot-oxnas: bump to U-Boot 2014.10
A few trivial changes were needed to adapt to upstream framework changes.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43499
Diffstat (limited to 'package/boot/uboot-oxnas/Makefile')
-rw-r--r-- | package/boot/uboot-oxnas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-oxnas/Makefile b/package/boot/uboot-oxnas/Makefile index aee7808c51..e2339432fe 100644 --- a/package/boot/uboot-oxnas/Makefile +++ b/package/boot/uboot-oxnas/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2014.04 +PKG_VERSION:=2014.10 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -18,7 +18,7 @@ PKG_SOURCE_URL:= \ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54 +PKG_MD5SUM:=3ddcaee2f05b7c464778112ec83664b5 PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README |