summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek
diff options
context:
space:
mode:
authorStijn Segers <foss@volatilesystems.org>2024-02-04 13:20:32 +0100
committerSander Vanheule <sander@svanheule.net>2024-02-04 13:31:35 +0100
commit557db5106ce7809a5b2f1ec6d2407c1f32d10ef7 (patch)
tree6fe0b309123e3f659eb3435e902117b3d1272186 /target/linux/realtek
parent6e8df06fc192568ce280b9a99c54bc189baa9ee7 (diff)
downloadopenwrt-557db5106ce7809a5b2f1ec6d2407c1f32d10ef7.tar.gz
openwrt-557db5106ce7809a5b2f1ec6d2407c1f32d10ef7.tar.bz2
openwrt-557db5106ce7809a5b2f1ec6d2407c1f32d10ef7.zip
realtek: fix zyxel-vers usage for XGS1250-12
Commit daefc646e6d4 ("realtek: fix ZyXEL initramfs image generation") fixed a shell expansion issue with zyxel-vers usage. Commit 045baca10b15 ("realtek: deduplicate GS1900 recipes") 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@volatilesystems.org>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r--target/linux/realtek/image/rtl930x.mk2
1 files changed, 1 insertions, 1 deletions
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