From a0ca72d9abf59d96609d1c222365f046d5c9cc1c Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Mon, 20 Jan 2020 21:20:09 +0100 Subject: [PATCH] uboot-envtools: ath79: add Netgear WNDR3700v2 Add Netgear WNDR3700v2 to the list of supported boards. Signed-off-by: Michal Cieslakiewicz [rebase, adjusted commit title] Signed-off-by: Adrian Schmutzler (cherry picked from commit a09408fa576c6482c21f683662cb2d5a49e14ecf) --- package/boot/uboot-envtools/files/ath79 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index 4a7aec0cef..b5afbc9b44 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -35,7 +35,8 @@ yuncore,xd4200) glinet,gl-ar150) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x8000" "0x10000" ;; -netgear,wndr3700) +netgear,wndr3700|\ +netgear,wndr3700-v2) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x10000" ;; esac -- 2.30.2