[PATCH] realtek: fix zyxel-vers usage for XGS1250-12

Stijn Segers foss at volatilesystems.org
Sun Feb 4 04:20:32 PST 2024


Commit daefc646e6d fixed a shell expansion issue with
zyxel-vers usage. Commit 045baca10b1 took care of this
for the rtl838x and rtl839x subtargets, but the single
device officially supported in rtl930x - the XGS1250-12 -
was overlooked. This commit updates the XGS1250-12
build recipe as well.

Signed-off-by: Stijn Segers <foss at volatilesystems.org>
---
 target/linux/realtek/image/rtl930x.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk
index f55c5c002b..891a18c517 100644
--- a/target/linux/realtek/image/rtl930x.mk
+++ b/target/linux/realtek/image/rtl930x.mk
@@ -11,7 +11,7 @@ define Device/zyxel_xgs1250-12
 	kernel-bin | \
 	append-dtb | \
 	gzip | \
-	zyxel-vers $$$$(ZYXEL_VERS) | \
+	zyxel-vers | \
 	uImage gzip
 endef
 TARGET_DEVICES += zyxel_xgs1250-12
-- 
2.43.0




More information about the openwrt-devel mailing list