openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / fwup / Config.in
blobfd40cf32613cc696c46ff4406757c5e43fb2c885
1 config BR2_PACKAGE_FWUP
2         bool "fwup"
3         depends on BR2_USE_MMU
4         depends on BR2_USE_WCHAR
5         select BR2_PACKAGE_LIBARCHIVE
6         # required by libarchive to include zip compression
7         select BR2_PACKAGE_ZLIB
8         select BR2_PACKAGE_LIBCONFUSE
9         select BR2_PACKAGE_LIBSODIUM
10         help
11           Fwup is a scriptable embedded Linux firmware update creator
12           and runner.
14           https://github.com/fhunleth/fwup
16 comment "fwup needs a toolchain w/ wchar"
17         depends on BR2_USE_MMU
18         depends on !BR2_USE_WCHAR