Config.in 379 B

123456789101112
  1. config BR2_PACKAGE_LIBUBOOTENV
  2. bool "libubootenv"
  3. select BR2_PACKAGE_LIBYAML
  4. select BR2_PACKAGE_ZLIB
  5. help
  6. libubootenv is a library that provides a hardware independent
  7. way to access to U-Boot environment.
  8. The package provides the fw_printenv / fw_setenv utilities,
  9. new tools build from the library and not from U-Boot.
  10. https://github.com/sbabic/libubootenv/