mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
realtek: fix zyxel-vers usage for XGS1250-12
Commitdaefc646e6
("realtek: fix ZyXEL initramfs image generation") fixed a shell expansion issue with zyxel-vers usage. Commit045baca10b
("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> (cherry picked from commit557db5106c
)
This commit is contained in:
parent
be7d9da7be
commit
3a23eed4dc
@ -11,7 +11,7 @@ define Device/zyxel_xgs1250-12
|
|||||||
kernel-bin | \
|
kernel-bin | \
|
||||||
append-dtb | \
|
append-dtb | \
|
||||||
gzip | \
|
gzip | \
|
||||||
zyxel-vers $$$$(ZYXEL_VERS) | \
|
zyxel-vers | \
|
||||||
uImage gzip
|
uImage gzip
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += zyxel_xgs1250-12
|
TARGET_DEVICES += zyxel_xgs1250-12
|
||||||
|
Loading…
Reference in New Issue
Block a user