mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ipq60xx: add network setting and sysupgrade for 360v6
This commit is contained in:
parent
2a4ccbe41f
commit
646ed35108
@ -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"
|
||||||
;;
|
;;
|
||||||
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user