1config BR2_PACKAGE_HOST_FIRMWARE_UTILS 2 bool "host firmware-utils" 3 help 4 Firmware utils are tools that can be used for managing 5 platform / device / vendor specific firmware images. Depending 6 on a specific tool it may be possible to read information, 7 extract data, modify or build an image from a scratch. 8 9 A common host usage of firmware utils is to build a bootloader 10 supported image. 11 12 https://git.openwrt.org/?p=project/firmware-utils.git;a=summary 13