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