diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 08:34:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 08:34:44 +0200 |
commit | c481caafc0aef67cbb7993be332925855a51d61f (patch) | |
tree | 275bf838fbfea6b47c706252df9a9ab9444c2266 /package/u-boot/Makefile | |
parent | 494322f95e9b6fc056a66119ad9832417b69cfe0 (diff) |
u-boot: update to 2017.03
Diffstat (limited to 'package/u-boot/Makefile')
-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 6025ccb92..c9bcee7c0 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:= 2017.01 +PKG_VERSION:= 2017.03 PKG_RELEASE:= 1 -PKG_HASH:= 6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2 +PKG_HASH:= f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host dtc-host |