From 659719d8cae54ee90fd85a99a2f0972de75a4628 Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Sun, 8 Feb 2026 00:21:10 +0000 Subject: [PATCH] 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 --- target/linux/realtek/image/Makefile | 5 +++++ target/linux/realtek/image/rtl930x.mk | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index 1ff4201bc6..dc7a907709 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 75bd5bf46f..8886a387a8 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