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)
commitdab35f044ab30b29dd1777dc26d3334a81057662
treecd014a0c2d937b60016aaa40e72a296f7e1a7e59
parent85b8897d1a20b774ffeb7432e7efeb2ec97049e6
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]