• 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

Revision7371cbf28678bbb554592a444a8b45a6fe3b03da (tree)
Time2016-12-09 16:22:10
AuthorChih-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.

Change Summary

Incremental Difference

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -28,6 +28,9 @@ on early-init
2828
2929 mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
3030
31+ # for /lib/firmware
32+ symlink system/lib /lib
33+
3134 start ueventd
3235
3336 on init