From a09408fa576c6482c21f683662cb2d5a49e14ecf 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 --- 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 50e1c80073..15bd9ffb6e 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -47,7 +47,8 @@ buffalo,wzr-hp-ag300h) 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" ;; netgear,wndr3700-v4|\ -- 2.30.2