summaryrefslogtreecommitdiff
path: root/package/boot/uboot-envtools/patches
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
* uboot-envtools: update to 2014.04Luka Perkov2014-05-192-12/+13
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40778
* uboot-envtools: fix build with muslFelix Fietkau2014-03-201-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39961
* uboot-envtools: pass target cflagsNicolas Thill2014-02-181-0/+12
| | | | SVN-Revision: 39629
* uboot-envtools: update to 2013.10Luka Perkov2013-10-182-142/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38444
* uboot-envtools: update to v2013.07Luka Perkov2013-08-292-18/+35
| | | | SVN-Revision: 37857
* uboot-envtools: upgrade to 2013.07-rc1Luka Perkov2013-07-022-0/+125
| | | | | | | | Support for writing on MMC devices has been added. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37135
* uboot-envtools: upgrade to version 2013.01.01Luka Perkov2013-03-154-209/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36033
* move boot related packages to their own folderJohn Crispin2012-10-164-0/+209
SVN-Revision: 33781