[openwrt/openwrt] uboot-envtools: add support for ZyXEL GS-1900-8HP v1 and v2

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 23 18:31:09 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b5bc53813d28cb4229f9800a36c1e600a239e6a9

commit b5bc53813d28cb4229f9800a36c1e600a239e6a9
Author: Stijn Segers <foss at volatilesystems.org>
AuthorDate: Fri Feb 19 00:22:26 2021 +0100

    uboot-envtools: add support for ZyXEL GS-1900-8HP v1 and v2
    
    This adds the necessary nuts and bolts for the uboot settings for both the ZyXEL GS1900-8HP v1 and v2.
    
    Signed-off-by: Stijn Segers <foss at volatilesystems.org>
---
 package/boot/uboot-envtools/files/realtek | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/boot/uboot-envtools/files/realtek b/package/boot/uboot-envtools/files/realtek
index cce0628ffc..9573e8944f 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" ] && \



More information about the lede-commits mailing list