diff options
author | Stijn Segers <foss@volatilesystems.org> | 2021-02-19 00:22:26 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-18 12:06:05 +0200 |
commit | f1ba3a8d91734d73ab710d6cc1b688a13a0909d8 (patch) | |
tree | bec54fef6352292c4e24d7705e9fe267c47ef148 /package | |
parent | eaf19220b67d83c4c596fa21890abf5af9b4a610 (diff) | |
download | upstream-f1ba3a8d91734d73ab710d6cc1b688a13a0909d8.tar.gz upstream-f1ba3a8d91734d73ab710d6cc1b688a13a0909d8.tar.bz2 upstream-f1ba3a8d91734d73ab710d6cc1b688a13a0909d8.zip |
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@volatilesystems.org>
(cherry picked from commit b5bc53813d28cb4229f9800a36c1e600a239e6a9)
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/realtek | 2 |
1 files changed, 2 insertions, 0 deletions
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" ] && \ |