hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_FIRMWARE_UTILS
   bool "firmware-utils"
   depends on !BR2_STATIC_LIBS
   select BR2_PACKAGE_OPENSSL
   select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
   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
 
comment "firmware-utils needs a toolchain w/ dynamic library"
   depends on BR2_STATIC_LIBS