From: Andreas Böhler Date: Sat, 28 Feb 2026 20:54:57 +0000 (+0100) Subject: realtek: add xikestor sks7300-img tool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ee633b19aabd5f3e4e77c84dba1acab76a0cdd;p=thirdparty%2Fopenwrt.git realtek: add xikestor sks7300-img tool 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 --- 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