21d2a0c2ec
This package provides a set of tools originally developed for the OpenWrt project. They allow working with various firmware formats that are required for flashing new images on embedded devices. One of tools (mkhilinkfw) depends on OpenSSL and doesn't support any other SSL library (like wolfSSL) directly. It can be used with wolfSSL using its compatibility layer though. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> [Arnout: add comment about missing license files] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
config BR2_PACKAGE_HOST_FIRMWARE_UTILS
|
|
bool "host firmware-utils"
|
|
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 host usage of firmware utils is to build a bootloader
|
|
supported image.
|
|
|
|
https://git.openwrt.org/?p=project/firmware-utils.git;a=summary
|