realtek: add ZYXEL_VERS to DEVICE_VARS

Otherwise, the last defined value will be set for all devices.

Fixes: c6c8d597e1 ("realtek: Add generic zyxel_gs1900 image definition")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 851dadc257)
This commit is contained in:
Adrian Schmutzler
2021-03-22 20:58:16 +01:00
committed by Hauke Mehrtens
parent 37920d6ee1
commit 81c1e0ab00

View File

@@ -6,6 +6,8 @@ include $(INCLUDE_DIR)/image.mk
KERNEL_LOADADDR = 0x80000000 KERNEL_LOADADDR = 0x80000000
KERNEL_ENTRY = 0x80000400 KERNEL_ENTRY = 0x80000400
DEVICE_VARS += ZYXEL_VERS
define Build/zyxel-vers define Build/zyxel-vers
( echo VERS;\ ( echo VERS;\
for hw in $(1); do\ for hw in $(1); do\