OSDN Git Service

init.rc: symlink /lib to /system/lib
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 29 Jul 2016 11:49:58 +0000 (19:49 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 6 May 2017 14:54:43 +0000 (22:54 +0800)
commitbd5f7cc09db30f8ace71ff607bc41aab290d0a90
tree2a79e6bcf4b4272d4b272bb3627ae12a3acd5fd7
parent51ea75d505adcddce0f0630f4573d9da3d7ac573
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.
rootdir/init.rc