system/core
Revision | 353be088fb94617e1b9ad5ce54e5128e33ec6eb1 (tree) |
---|---|
Time | 2019-03-05 14:43:31 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | 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.
@@ -38,6 +38,9 @@ on early-init | ||
38 | 38 | |
39 | 39 | mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755 |
40 | 40 | |
41 | + # for /lib/firmware | |
42 | + symlink system/lib /lib | |
43 | + | |
41 | 44 | start ueventd |
42 | 45 | |
43 | 46 | on init |