diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-24 17:22:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-10-11 10:24:45 +0200 |
commit | 6433a0597b0591a07dbcc6b656a3fb0516bb4a4f (patch) | |
tree | da35755f02d2b7ba4c338b387b8a78de7ce88f0b /package | |
parent | f44f71e9512104626f1a39a6e544d4d145e1e9d5 (diff) |
use openssl instead of libressl
Diffstat (limited to 'package')
-rw-r--r-- | package/u-boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 9e2a12bb8..ba64d7356 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot -HOST_BUILDDEP:= libressl-host dtc-host swig-host python3-host python-setuptools-host +HOST_BUILDDEP:= openssl-host dtc-host swig-host python3-host python-setuptools-host PKG_BUILDDEP:= python3-host python-setuptools-host swig-host u-boot-host PKG_URL:= http://www.denx.de/wiki/U-Boot PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/ |