init script: Introduce new data mode "concurrent"
Starts embedded and tetherd services if persist.data.mode is set to concurrent. Change-Id: Ic499b04ecafa116a775f446b8d8710eaf27172f2
This commit is contained in:
parent
e2ac6c5b3f
commit
403c50bbc0
|
@ -71,6 +71,10 @@ case "$baseband" in
|
|||
start qti
|
||||
start port-bridge
|
||||
;;
|
||||
"concurrent")
|
||||
start qti
|
||||
start netmgrd
|
||||
;;
|
||||
*)
|
||||
start netmgrd
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue