xref: /OK3568_Linux_fs/buildroot/package/fwup/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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	help
10	  Fwup is a scriptable embedded Linux firmware update creator
11	  and runner.
12
13	  https://github.com/fhunleth/fwup
14
15comment "fwup needs a toolchain w/ wchar"
16	depends on BR2_USE_MMU
17	depends on !BR2_USE_WCHAR
18