diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-11-13 14:51:31 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-11-25 17:32:46 +0100 |
commit | 5d2a900163d0a161e6fa5e63436b57deea31287e (patch) | |
tree | 9ec774fdb5e9e3e90862394aca0836470ac3850b /package/boot/uboot-envtools/files | |
parent | e5d4c0966736287c7ade29c5ccaf6f1ad841b7db (diff) | |
download | upstream-5d2a900163d0a161e6fa5e63436b57deea31287e.tar.gz upstream-5d2a900163d0a161e6fa5e63436b57deea31287e.tar.bz2 upstream-5d2a900163d0a161e6fa5e63436b57deea31287e.zip |
uboot-envtools: ath79: add support for YunCore XD4200 and A782
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index bab5fa556f..1499aa19a2 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -33,7 +33,9 @@ netgear,wnr612-v2|\ ocedo,koala|\ ocedo,raccoon|\ openmesh,om5p-ac-v2|\ -yuncore,a770) +yuncore,a770|\ +yuncore,a782|\ +yuncore,xd4200) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; buffalo,wzr-hp-ag300h) |