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