• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


コミットメタ情報

リビジョン7371cbf28678bbb554592a444a8b45a6fe3b03da (tree)
日時2016-12-09 16:22:10
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

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.

変更サマリ

差分

--- 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