buildroot/package/fwup/Config.in
Frank Hunleth be9e9cb68b package/fwup: bump to v1.8.0
The libsodium dependency is no longer needed so this patch also drops
that requirement from host and target builds.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
[yann.morin.1998@free.fr: two spaces in hash file]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-25 22:44:51 +02:00

18 lines
442 B
Plaintext

config BR2_PACKAGE_FWUP
bool "fwup"
depends on BR2_USE_MMU
depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBARCHIVE
# required by libarchive to include zip compression
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBCONFUSE
help
Fwup is a scriptable embedded Linux firmware update creator
and runner.
https://github.com/fhunleth/fwup
comment "fwup needs a toolchain w/ wchar"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR