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:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user