[openwrt/openwrt] uboot-envtools: update to 2024.01

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 9 04:55:25 PST 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5a016cc3af3ee96a0df6bc45debb8394e6e7067d

commit 5a016cc3af3ee96a0df6bc45debb8394e6e7067d
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Jan 29 19:38:20 2024 +0100

    uboot-envtools: update to 2024.01
    
    Update to latest version.
    
    Refresh patches:
    - 002-Revert-tools-env-use-run-to-store-lockfile.patch
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/boot/uboot-envtools/Makefile                                | 6 +++---
 .../patches/002-Revert-tools-env-use-run-to-store-lockfile.patch    | 5 +----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index 9647b38385..4ea93f9c79 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uboot-envtools
 PKG_DISTNAME:=u-boot
-PKG_VERSION:=2023.07.02
-PKG_RELEASE:=3
+PKG_VERSION:=2024.01
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:= \
     https://ftp.denx.de/pub/u-boot \
     https://mirror.cyberbits.eu/u-boot \
     ftp://ftp.denx.de/pub/u-boot
-PKG_HASH:=6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5
+PKG_HASH:=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
 
diff --git a/package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch b/package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch
index ace7cdc681..e843e4252b 100644
--- a/package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch
+++ b/package/boot/uboot-envtools/patches/002-Revert-tools-env-use-run-to-store-lockfile.patch
@@ -10,8 +10,6 @@ This reverts upstream commit
  tools/env/fw_env_main.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
-diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_main.c
-index 0b201b9e62..1d193bd437 100644
 --- a/tools/env/fw_env_main.c
 +++ b/tools/env/fw_env_main.c
 @@ -73,7 +73,7 @@ void usage_printenv(void)
@@ -32,7 +30,7 @@ index 0b201b9e62..1d193bd437 100644
  		" -s, --script         batch mode to minimize writes\n"
  		"\n"
  		"Examples:\n"
-@@ -206,7 +206,7 @@ int parse_setenv_args(int argc, char *argv[])
+@@ -206,7 +206,7 @@ int parse_setenv_args(int argc, char *ar
  
  int main(int argc, char *argv[])
  {
@@ -41,4 +39,3 @@ index 0b201b9e62..1d193bd437 100644
  	int lockfd = -1;
  	int retval = EXIT_SUCCESS;
  	char *_cmdname;
-




More information about the lede-commits mailing list