From: Stijn Segers Date: Thu, 18 Feb 2021 23:22:26 +0000 (+0100) Subject: uboot-envtools: add support for ZyXEL GS-1900-8HP v1 and v2 X-Git-Tag: v22.03.0-rc1~3370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bc53813d28cb4229f9800a36c1e600a239e6a9;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/boot/uboot-envtools/files/realtek b/package/boot/uboot-envtools/files/realtek index cce0628ffcb..9573e8944f5 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" ] && \