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:
Harout Hedeshian 2014-05-20 15:17:13 -06:00 committed by Gerrit - the friendly Code Review server
parent e2ac6c5b3f
commit 403c50bbc0
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ case "$baseband" in
start qti start qti
start port-bridge start port-bridge
;; ;;
"concurrent")
start qti
start netmgrd
;;
*) *)
start netmgrd start netmgrd
;; ;;