1config 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 9 The package provides the fw_printenv / fw_setenv utilities, 10 new tools build from the library and not from U-Boot. 11 12 https://github.com/sbabic/libubootenv/ 13