system/corennnnn
Revision | 7371cbf28678bbb554592a444a8b45a6fe3b03da (tree) |
---|---|
Time | 2016-12-09 16:22:10 |
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.
@@ -28,6 +28,9 @@ on early-init | ||
28 | 28 | |
29 | 29 | mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755 |
30 | 30 | |
31 | + # for /lib/firmware | |
32 | + symlink system/lib /lib | |
33 | + | |
31 | 34 | start ueventd |
32 | 35 | |
33 | 36 | on init |