Adam Shih | f15086f | 2022-09-05 11:05:32 +0800 | [diff] [blame] | 1 | #################################################### |
| 2 | # init.insmod.common.cfg # |
| 3 | # This file contains common kernel modules to load # |
| 4 | # at init time by init.insmod.sh script # |
| 5 | #################################################### |
| 6 | |
| 7 | # Load common kernel modules |
| 8 | # Modules here will be loaded *before* device specific modules |
Robin Peng | dbf355e | 2023-03-15 01:22:07 +0000 | [diff] [blame] | 9 | modprobe|system -b * |
| 10 | modprobe|vendor -b * |
Adam Shih | f15086f | 2022-09-05 11:05:32 +0800 | [diff] [blame] | 11 | # All common modules loaded |
| 12 | setprop|vendor.common.modules.ready |