xref: /OK3568_Linux_fs/buildroot/package/libubootenv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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