From 83ee633b19aabd5f3e4e77c84dba1acab76a0cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hler?= Date: Sat, 28 Feb 2026 21:54:57 +0100 Subject: [PATCH] realtek: add xikestor sks7300-img tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add build recipe for creating images using the sks7300-img tool that was recently added to firmware-utils. Signed-off-by: Andreas Böhler Link: https://github.com/openwrt/openwrt/pull/23305 Signed-off-by: Robert Marko --- target/linux/realtek/image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index 7ce9a7396b4..358a03b0f48 100644 --- a/target/linux/realtek/image/Makefile +++ b/target/linux/realtek/image/Makefile @@ -116,6 +116,15 @@ define Build/xikestor-nosimg mv $@.new $@ endef +define Build/xikestor-sks7300-img + $(STAGING_DIR_HOST)/bin/sks7300-img \ + -i $@ \ + -o $@.new \ + -n OpenWrt \ + -v $(VERSION_DIST)$(firstword $(subst +, , $(firstword $(subst -, ,$(REVISION))))) + mv $@.new $@ +endef + define Build/zynsig $(STAGING_DIR_HOST)/bin/zynsig -i $@ \ -o $@.new