aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm63xx/base-files/lib/upgrade/platform.sh')
-rw-r--r--target/linux/bcm63xx/base-files/lib/upgrade/platform.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/bcm63xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm63xx/base-files/lib/upgrade/platform.sh
index 0debff28bb..202f55535a 100644
--- a/target/linux/bcm63xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/bcm63xx/base-files/lib/upgrade/platform.sh
@@ -5,7 +5,8 @@ platform_check_image() {
[ "$#" -gt 1 ] && return 1
case "$(board_name)" in
- comtrend,vr-3032u)
+ comtrend,vr-3032u|\
+ netgear,dgnd3700-v2)
# NAND sysupgrade
return 0
;;
@@ -61,7 +62,8 @@ cfe_jffs2_upgrade_tar() {
platform_do_upgrade() {
case "$(board_name)" in
- comtrend,vr-3032u)
+ comtrend,vr-3032u|\
+ netgear,dgnd3700-v2)
REQUIRE_IMAGE_METADATA=1
cfe_jffs2_upgrade_tar "$1"
;;