system/corennnnn
Revisión | 5d3a835353278a366332badaa78e29e1f060e319 (tree) |
---|---|
Tiempo | 2016-07-29 20:49:58 |
Autor | 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.
@@ -20,6 +20,9 @@ on early-init | ||
20 | 20 | |
21 | 21 | mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755 |
22 | 22 | |
23 | + # for /lib/firmware | |
24 | + symlink system/lib /lib | |
25 | + | |
23 | 26 | start ueventd |
24 | 27 | |
25 | 28 | on init |