diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-06 01:29:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-06 01:29:43 +0200 |
commit | d8ad34436cfd29eb370823791dcea3ad1d1f8f7b (patch) | |
tree | 20d98bb2ddb4660ecb237d807e3f1d7942bb4d59 /package/u-boot | |
parent | 8c3f25008460ae96e997fb23dc49c9fbd3738aaf (diff) |
u-boot: downgrade because of compile error
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 04103bbe2..f9f2356a2 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:= 2020.07 +PKG_VERSION:= 2019.10 PKG_RELEASE:= 1 -PKG_HASH:= c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a +PKG_HASH:= 8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host dtc-host |