projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37920d6
)
realtek: add ZYXEL_VERS to DEVICE_VARS
author
Adrian Schmutzler
<
[email protected]
>
Mon, 22 Mar 2021 19:58:16 +0000
(20:58 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 18 Apr 2021 10:06:49 +0000
(12:06 +0200)
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 <
[email protected]
>
(cherry picked from commit
851dadc257b7223f879a3733507e83cfcaae1af1
)
target/linux/realtek/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/realtek/image/Makefile
b/target/linux/realtek/image/Makefile
index d867d2a3d98062cfd6f651754c6a9f4192dd7b72..18e5fedb9bd94fde8a80aa39eb64ce87207cd618 100644
(file)
--- 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\