summaryrefslogtreecommitdiff
path: root/package/boot/uboot-envtools/patches/300-support-env-in-ubivol-chardev.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/boot/uboot*: probably from OpenWRTLudovic Pouzenc2018-09-161-9/+16
|
* 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