be9e9cb68b
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>
18 lines
442 B
Plaintext
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
|