aboutsummaryrefslogtreecommitdiff
path: root/package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch
Commit message (Collapse)AuthorAge
* uboot-envtools: update to 2024.01Nick Hainke2024-02-09
| | | | | | | | | Update to latest version. Refresh patches: - 002-Revert-tools-env-use-run-to-store-lockfile.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* uboot-envtools: update to 2023.07.02Stefan Kalscheuer2023-08-15
Update to the latest stable version. This update changes the default lockfile directory from /var/lock to /run [1]. In OpenWRT we still use the "legacy" /var/lock and /run might not even exist, so we add a patch to revert this particular change. [1] https://source.denx.de/u-boot/u-boot/-/commit/aeb40f1166e072856f865d26d42a4bea1ec3a514 Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>