From: Michal Cieslakiewicz Date: Mon, 20 Jan 2020 20:20:09 +0000 (+0100) Subject: uboot-envtools: ath79: add Netgear WNDR3700v2 X-Git-Tag: v19.07.2~24 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a0ca72d9abf59d96609d1c222365f046d5c9cc1c;ds=sidebyside 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) --- 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