ipq60xx: add network setting and sysupgrade for 360v6

This commit is contained in:
coolsnowwolf 2022-11-08 17:21:17 +08:00
parent 2a4ccbe41f
commit 646ed35108
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ setup_network()
case $(board_name) in case $(board_name) in
cmiot,ax18|\ cmiot,ax18|\
qihoo,v6|\
zn,m2) zn,m2)
ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0" ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0"
;; ;;

View File

@ -93,6 +93,7 @@ platform_do_upgrade() {
linksys_do_upgrade "$1" linksys_do_upgrade "$1"
;; ;;
cmiot,ax18|\ cmiot,ax18|\
qihoo,v6|\
zn,m2) zn,m2)
nand_do_upgrade "$1" nand_do_upgrade "$1"
;; ;;