diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 15:10:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 15:11:53 +0200 |
commit | 491ae597eba8cba4f59c275f00e590039852f79c (patch) | |
tree | 03aced3b08411903b83ed511f2b7c195afd05e63 /package/u-boot/Makefile | |
parent | a9978fe9525e6f6a4f90a49a66bbd548f2e7a435 (diff) |
u-boot: update to 2016.09
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 cf786d4f0..30b9a7719 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.07 +PKG_VERSION:= 2016.09 PKG_RELEASE:= 1 -PKG_HASH:= 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 +PKG_HASH:= 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host device-tree-compiler-host |