From: Jonas Jelonek Date: Sun, 8 Feb 2026 00:21:10 +0000 (+0000) Subject: realtek: image: make xikestor-nosimg a common recipe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659719d8cae54ee90fd85a99a2f0972de75a4628;p=thirdparty%2Fopenwrt.git realtek: image: make xikestor-nosimg a common recipe Make xikestor-nosimg a common recipe in the Makefile to allow usage for other subtargets too, not only rtl930x. Signed-off-by: Jonas Jelonek Link: https://github.com/openwrt/openwrt/pull/21922 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index 1ff4201bc6e..dc7a907709a 100644 --- a/target/linux/realtek/image/Makefile +++ b/target/linux/realtek/image/Makefile @@ -108,6 +108,11 @@ define Build/linksys-image mv $@.new $@ endef +define Build/xikestor-nosimg + $(STAGING_DIR_HOST)/bin/nosimg-enc -i $@ -o $@.new + mv $@.new $@ +endef + define Build/zynsig $(STAGING_DIR_HOST)/bin/zynsig -i $@ \ -o $@.new diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk index 75bd5bf46fc..8886a387a88 100644 --- a/target/linux/realtek/image/rtl930x.mk +++ b/target/linux/realtek/image/rtl930x.mk @@ -2,11 +2,6 @@ include ./common.mk -define Build/xikestor-nosimg - $(STAGING_DIR_HOST)/bin/nosimg-enc -i $@ -o $@.new - mv $@.new $@ -endef - define Device/hasivo_s1100w-8xgt-se SOC := rtl9303 DEVICE_VENDOR := Hasivo