diff mbox series

uboot-envtools: add support for ZyXEL GS1900-8HP v1 and v2

Message ID 20210218224615.7942-1-foss@volatilesystems.org
State Superseded
Headers show
Series uboot-envtools: add support for ZyXEL GS1900-8HP v1 and v2 | expand

Commit Message

Stijn Segers Feb. 18, 2021, 10:46 p.m. UTC
Adds the bits and bolts for the uboot settings for both the ZyXEL
GS1900-8HP v1 and v2.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
---
 package/boot/uboot-envtools/files/realtek | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/package/boot/uboot-envtools/files/realtek b/package/boot/uboot-envtools/files/realtek
index b64bb23b07..6507f34349 100644
--- a/package/boot/uboot-envtools/files/realtek
+++ b/package/boot/uboot-envtools/files/realtek
@@ -11,6 +11,8 @@  case "$board" in
 d-link,dgs-1210-16|\
 d-link,dgs-1210-28|\
 d-link,dgs-1210-10p|\
+zyxel,gs1900-8hp-v1\
+zyxel,gs1900-8hp-v2|\
 zyxel,gs1900-10hp)
 	idx="$(find_mtd_index u-boot-env)"
 	[ -n "$idx" ] && \