• 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

system/corennnnn


Commit MetaInfo

Revisión5d3a835353278a366332badaa78e29e1f060e319 (tree)
Tiempo2016-07-29 20:49:58
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.rc: symlink /lib to /system/lib

Currently more linux drivers use request_firmware_nowait() to load
firmwares. It requires the firmwares exist in the standard path.

Create the symlink before ueventd started to ensure firmwares
could be loaded correctly.

Cambiar Resumen

Diferencia incremental

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -20,6 +20,9 @@ on early-init
2020
2121 mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
2222
23+ # for /lib/firmware
24+ symlink system/lib /lib
25+
2326 start ueventd
2427
2528 on init