4fe8f3974f
Signed-off-by: Wojciech Nizinski <niziak@spox.org> [Thomas: - Add missing dependency on wchar - Rewrap Config.in help text - Add missing "depends on BR2_USE_MMU" on the comment about wchar dependency. - Switch to upstream 0.7.0 version - Replace the hook calling autogen.sh by a hook simply creating the m4 directory, which is what prevented <pkg>_AUTORECONF from working. - Add patch to fix build with uClibc. - Split in separate patches the addition of the host variants of libarchive and libsodium.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
472 B
Plaintext
19 lines
472 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
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
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
|