• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisão52e240e00fee50beb8176821e40b90e5a608b826 (tree)
Hora2016-07-29 00:53:59
AutorJaap Jan Meijer <jjmeijer88@gmai...>
CommiterJaap Jan Meijer

Mensagem de Log

init: Add dhcpcd services for bt-pan to enable BT tethering

Mudança Sumário

Diff

--- a/init.x86.rc
+++ b/init.x86.rc
@@ -83,6 +83,16 @@ service iprenew_eth0 /system/bin/dhcpcd -n
8383 disabled
8484 oneshot
8585
86+service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
87+ class late_start
88+ disabled
89+ oneshot
90+
91+service iprenew_bt-pan /system/bin/dhcpcd -n
92+ class late_start
93+ disabled
94+ oneshot
95+
8696 service nativebridge /system/bin/enable_nativebridge
8797 class main
8898 disabled