Config.in 793 B

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