uboot-envtools: add support for environment in ubi volume
authorJohn Crispin <blogic@openwrt.org>
Mon, 2 Jun 2014 12:44:19 +0000 (12:44 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 2 Jun 2014 12:44:19 +0000 (12:44 +0000)
commitc78da29d8ef6752bfb972cd6f8d35fa5fe2a0efc
tree7a916d23836c489efc29ef437b650965667a0b0c
parent8cbc083fde18b844333536bfda31ded18091ffe1
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40929 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]