forked from Ivasoft/openwrt
bcm63xx: add Comtrend VG-8050 support
BCM63169 with 128M RAM, 128M NAND and BCM53125 switch. Switch is connected by HSSPI to CS5. More info: https://openwrt.org/toh/comtrend/vg8050 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ platform_check_image() {
|
||||
[ "$#" -gt 1 ] && return 1
|
||||
|
||||
case "$(board_name)" in
|
||||
comtrend,vg-8050|\
|
||||
comtrend,vr-3032u|\
|
||||
netgear,dgnd3700-v2)
|
||||
# NAND sysupgrade
|
||||
@@ -62,6 +63,7 @@ cfe_jffs2_upgrade_tar() {
|
||||
|
||||
platform_do_upgrade() {
|
||||
case "$(board_name)" in
|
||||
comtrend,vg-8050|\
|
||||
comtrend,vr-3032u|\
|
||||
netgear,dgnd3700-v2)
|
||||
REQUIRE_IMAGE_METADATA=1
|
||||
|
||||
Reference in New Issue
Block a user