diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-11 19:17:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-11 19:17:06 +0100 |
commit | eab985413dd7cf6f656d83e701ed1361e84cd081 (patch) | |
tree | 7f64a76171871ffb546d8c7bc5d7bf9583ea37c7 /package/u-boot | |
parent | c1aa5343e01a8693f4c82b31fcdba2e01b76b140 (diff) |
u-boot: update to 2017.01
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 40bef3435..d9d9f4440 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= u-boot -PKG_VERSION:= 2016.11 +PKG_VERSION:= 2017.01 PKG_RELEASE:= 1 -PKG_HASH:= 45813e6565dcc0436abe6752624324cdbf5f3ac106570d76d32b46ec529bcdc8 +PKG_HASH:= 6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host dtc-host |