aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-03-22 20:58:16 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-03-22 20:58:16 +0100
commit851dadc257b7223f879a3733507e83cfcaae1af1 (patch)
tree9487f51cf443e42f0a473051fa4dea0367140ea6 /target/linux/realtek
parentbf7ddb18f1bfa0b61b4dc43732c114f20900bd4b (diff)
downloadupstream-851dadc257b7223f879a3733507e83cfcaae1af1.tar.gz
upstream-851dadc257b7223f879a3733507e83cfcaae1af1.tar.bz2
upstream-851dadc257b7223f879a3733507e83cfcaae1af1.zip
realtek: add ZYXEL_VERS to DEVICE_VARS
Otherwise, the last defined value will be set for all devices. Fixes: c6c8d597e183 ("realtek: Add generic zyxel_gs1900 image definition") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r--target/linux/realtek/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile
index d867d2a3d9..18e5fedb9b 100644
--- a/target/linux/realtek/image/Makefile
+++ b/target/linux/realtek/image/Makefile
@@ -6,6 +6,8 @@ include $(INCLUDE_DIR)/image.mk
KERNEL_LOADADDR = 0x80000000
KERNEL_ENTRY = 0x80000400
+DEVICE_VARS += ZYXEL_VERS
+
define Build/zyxel-vers
( echo VERS;\
for hw in $(1); do\