[openwrt/openwrt] realtek: image: make xikestor-nosimg a common recipe

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 20 15:50:31 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/659719d8cae54ee90fd85a99a2f0972de75a4628

commit 659719d8cae54ee90fd85a99a2f0972de75a4628
Author: Jonas Jelonek <jelonek.jonas at gmail.com>
AuthorDate: Sun Feb 8 00:21:10 2026 +0000

    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 <jelonek.jonas at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21922
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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




More information about the lede-commits mailing list