diff options
author | Christoph Krapp <achterin@googlemail.com> | 2020-08-09 13:25:51 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-10 18:37:47 +0200 |
commit | d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9 (patch) | |
tree | 1f1e9416ad5949589faf98e3955e9202aa6e7489 | |
parent | 459c8c9ef816156107e297964d088ddee2b4eef5 (diff) | |
download | upstream-d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9.tar.gz upstream-d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9.tar.bz2 upstream-d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9.zip |
uboot-envtools: ath79: add ZyXEL NBG6616 uboot env support
This adds support for ZyXEL NBG6616 uboot-env access
Signed-off-by: Christoph Krapp <achterin@googlemail.com>
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index aca8a089c3..b00e3fa127 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -37,7 +37,8 @@ openmesh,om5p-ac-v2|\ ubnt,nanostation-m|\ yuncore,a770|\ yuncore,a782|\ -yuncore,xd4200) +yuncore,xd4200|\ +zyxel,nbg6616) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; buffalo,wzr-hp-ag300h) |