uboot-envtools: add support for environment in ubi volume
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:19 +0000 (12:44 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:19 +0000 (12:44 +0000)
commit18b3246be8a1adf692d3338afa399cf400439a9c
tree7a916d23836c489efc29ef437b650965667a0b0c
parent100085a6cbb8cdb8e84d3c5747e02851d9c632a9
uboot-envtools: add support for environment in ubi volume

On UBI enabled devices, U-Boot might store it's environment on
UBI volume(s). Support this in uboot-envtools, so fw_setenv and
fw_printenv can work on these platforms.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40929
package/boot/uboot-envtools/Config.in [new file with mode: 0644]
package/boot/uboot-envtools/Makefile
package/boot/uboot-envtools/patches/300-support-env-in-ubivol-chardev.patch [new file with mode: 0644]