diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
| commit | 1b6d7d509536f6ef12ee221c2dfea98c35f13905 (patch) | |
| tree | 2ddf16c12a8359c82266ee3877b36c1c1a55a34b /package/u-boot/Makefile | |
| parent | 74790d25c9dd3fe4702b836017dcf0e1e2e6464e (diff) | |
u-boot: add host dependencies, remove patch
Diffstat (limited to 'package/u-boot/Makefile')
| -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 ba64d7356..bf97764b2 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:= openssl-host dtc-host swig-host python3-host python-setuptools-host +HOST_BUILDDEP:= gnutls-host 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/ |
