diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-17 22:00:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-17 21:00:22 +0100 |
commit | 058eed92541c30a7b435235945415357a9cd7348 (patch) | |
tree | 723a4fcfe9233f3e32ca7ce2100da620992b1891 /package/u-boot/Makefile | |
parent | e1e95a021796cbaed71456a0d20d16ea189ed4f8 (diff) |
u-boot: update to 2018.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 0b976ac2f..3bb2674be 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.07 +PKG_VERSION:= 2018.03 PKG_RELEASE:= 1 -PKG_HASH:= 5374bfdc8acb9a38c025371b1ff20f45e7533668e84e685d0df5d9e7c0e4feff +PKG_HASH:= 7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host dtc-host |