2022-09-05 11:05:32 +08:00
|
|
|
####################################################
|
|
|
|
# init.insmod.common.cfg #
|
|
|
|
# This file contains common kernel modules to load #
|
|
|
|
# at init time by init.insmod.sh script #
|
|
|
|
####################################################
|
|
|
|
|
|
|
|
# Load common kernel modules
|
|
|
|
# Modules here will be loaded *before* device specific modules
|
2023-03-15 01:22:07 +00:00
|
|
|
modprobe|system -b *
|
|
|
|
modprobe|vendor -b *
|
2022-09-05 11:05:32 +08:00
|
|
|
# All common modules loaded
|
|
|
|
setprop|vendor.common.modules.ready
|