[openwrt/openwrt] restool: bump to lf-6.6.23-2.0.0
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 07:22:26 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/832abf01097d2e3fbc9420dbb0d5b099efaf8f4f
commit 832abf01097d2e3fbc9420dbb0d5b099efaf8f4f
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Mon Sep 9 12:32:56 2024 +0200
restool: bump to lf-6.6.23-2.0.0
This commit bumps restool layerscape package to lf-6.6.23-2.0.0 version.
Patch was refreshed.
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16360
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/network/utils/layerscape/restool/Makefile | 8 ++++----
.../network/utils/layerscape/restool/patches/remove-manpage.patch | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile
index bca78fbda8..ac8c5887a2 100644
--- a/package/network/utils/layerscape/restool/Makefile
+++ b/package/network/utils/layerscape/restool/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=restool
-PKG_VERSION:=21.08
-PKG_RELEASE:=4
+PKG_VERSION:=6.6.23.2.0.0
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/nxp-qoriq/restool
-PKG_SOURCE_VERSION:=LSDK-21.08
-PKG_MIRROR_HASH:=3c289e6c9adc2c61445473ecd8b1b1a7b6dfd19a66d3c65f3b83b669e4c3e25b
+PKG_SOURCE_VERSION:=lf-6.6.23-2.0.0
+PKG_MIRROR_HASH:=e669c9faf5a00e36d763dbbd6dd866d878b0101df086582c38908d281fa3b465
PKG_FLAGS:=nonshared
diff --git a/package/network/utils/layerscape/restool/patches/remove-manpage.patch b/package/network/utils/layerscape/restool/patches/remove-manpage.patch
index 5cb9e0a55f..ffd73c31fa 100644
--- a/package/network/utils/layerscape/restool/patches/remove-manpage.patch
+++ b/package/network/utils/layerscape/restool/patches/remove-manpage.patch
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
-@@ -53,14 +53,13 @@ restool: $(OBJ)
+@@ -55,14 +55,13 @@ restool: $(OBJ)
%.1: %.md
pandoc --standalone --to man $^ -o $@
More information about the lede-commits
mailing list