bcm63xx: add NETGEAR DGND3700v2 support

BCM6362 with 64M RAM, 32M NAND and BCM53125 switch.
Switch is connected by MMAP, which is currently unsupported (no VLANs).
More info: https://openwrt.org/toh/netgear/dgnd3700v2

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2020-05-19 08:55:06 +02:00
parent 258cb7f169
commit 62e7342ddf
6 changed files with 293 additions and 2 deletions

View File

@@ -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"
;;