2021-10-05 17:46:51 +02:00
|
|
|
config BR2_PACKAGE_FIRMWARE_UTILS
|
|
|
|
bool "firmware-utils"
|
2021-11-13 17:04:44 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2021-10-05 17:46:51 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2021-10-21 23:18:50 +02:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
2021-10-05 17:46:51 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
Firmware utils are tools that can be used for managing
|
|
|
|
platform / device / vendor specific firmware images. Depending
|
|
|
|
on a specific tool it may be possible to read information,
|
|
|
|
extract data, modify or build an image from a scratch.
|
|
|
|
|
|
|
|
A common target usage of firmware utils is to upgrade kernel
|
|
|
|
and / or rootfs. Depending on device it may be required to
|
|
|
|
extract a part of firmware image and flash it.
|
|
|
|
|
|
|
|
https://git.openwrt.org/?p=project/firmware-utils.git;a=summary
|
2021-11-13 17:04:44 +01:00
|
|
|
|
|
|
|
comment "firmware-utils needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|