• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

system/core


Commit MetaInfo

Révision353be088fb94617e1b9ad5ce54e5128e33ec6eb1 (tree)
l'heure2019-03-05 14:43:31
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

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

Modification

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -38,6 +38,9 @@ on early-init
3838
3939 mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
4040
41+ # for /lib/firmware
42+ symlink system/lib /lib
43+
4144 start ueventd
4245
4346 on init