aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/patches/300-support-env-in-ubivol-chardev.patch
Commit message (Collapse)AuthorAgeFilesLines
* uboot-envtools: update to 2015.10Luka Perkov2015-10-311-8/+8
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 47328
* uboot-envtools: disable AES support, reduces code sizeFelix Fietkau2015-05-061-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45615
* uboot-envtools: bump to 2014.10Luka Perkov2014-11-301-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43433
* uboot-envtools: bump to 2014.07Luka Perkov2014-08-081-16/+9
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42078
* uboot-envtools: fix build if ubi volume support is disabledJohn Crispin2014-06-241-9/+11
| | | | | | | | | | | | Insert a missing #ifdef UBI around the use of libubi_close(). As the preceding if (libubi) will never be true on non-UBI builds, compiling only failed when disabling optimization. Also rebase patch to latest u-boot.git HEAD. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41313
* uboot-envtools: add support for environment in ubi volumeJohn Crispin2014-06-021-0/+166
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