diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-03-09 16:31:22 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-03-09 16:31:22 +0100 |
commit | c5394ec7e0874d7d6e246738ef38f85e575735e5 (patch) | |
tree | b92899cb73160d11a36bdd4cd59c3b1a8da3cfed /package/boot/uboot-envtools | |
parent | 6fa94d5e8f8d008dc55eae02ca1b21199d9a8915 (diff) | |
download | upstream-c5394ec7e0874d7d6e246738ef38f85e575735e5.tar.gz upstream-c5394ec7e0874d7d6e246738ef38f85e575735e5.tar.bz2 upstream-c5394ec7e0874d7d6e246738ef38f85e575735e5.zip |
uboot-envtools: ath79: add support for YunCore A770
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools')
-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 bf8ca2f7cd..262b54d3cc 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -21,7 +21,8 @@ glinet,gl-ar300m-nand|\ glinet,gl-ar300m-nor|\ ocedo,koala|\ ocedo,raccoon|\ -openmesh,om5p-ac-v2) +openmesh,om5p-ac-v2|\ +yuncore,a770) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; esac |