[BugFix][T108][bug-view-1335] auto start mbtk_rtpd
Only Configure: No
Affected branch: GSW_V1453
Affected module: ALL
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no
Change-Id: Iaefd3678fcd1b6edf135fe44d3b74248ef14a615
diff --git a/mbtk/rootfs/etc/init.d/mbtk_boot_normal b/mbtk/rootfs/etc/init.d/mbtk_boot_normal
index 5925837..2ab83c8 100755
--- a/mbtk/rootfs/etc/init.d/mbtk_boot_normal
+++ b/mbtk/rootfs/etc/init.d/mbtk_boot_normal
@@ -30,6 +30,7 @@
[ -e /bin/mbtk_adbd ] && mbtk_start /bin/mbtk_adbd
[ -e /bin/mbtk_servicesd ] && mbtk_start_with_try /bin/mbtk_servicesd
+ [ -e /bin/mbtk_rtpd ] && mbtk_start /bin/mbtk_rtpd
echo "--mbtk normal boot end--" > /dev/kmsg
}