xref: /OK3568_Linux_fs/buildroot/package/firmware-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_FIRMWARE_UTILS
2	bool "firmware-utils"
3	depends on !BR2_STATIC_LIBS
4	select BR2_PACKAGE_OPENSSL
5	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
6	select BR2_PACKAGE_ZLIB
7	help
8	  Firmware utils are tools that can be used for managing
9	  platform / device / vendor specific firmware images. Depending
10	  on a specific tool it may be possible to read information,
11	  extract data, modify or build an image from a scratch.
12
13	  A common target usage of firmware utils is to upgrade kernel
14	  and / or rootfs. Depending on device it may be required to
15	  extract a part of firmware image and flash it.
16
17	  https://git.openwrt.org/?p=project/firmware-utils.git;a=summary
18
19comment "firmware-utils needs a toolchain w/ dynamic library"
20	depends on BR2_STATIC_LIBS
21