You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
479 B
20 lines
479 B
#############################################
|
|
# init.insmod.cfg #
|
|
# This file contains kernel modules to load #
|
|
# at init time by init.insmod.sh script #
|
|
#############################################
|
|
|
|
# Load kernel modules
|
|
modprobe|-b *
|
|
modprobe|ftm5.ko
|
|
|
|
# All modules loaded
|
|
setprop|vendor.all.modules.ready
|
|
|
|
# Boot devices
|
|
enable|/sys/kernel/boot_adsp/boot
|
|
enable|/sys/kernel/boot_cdsp/boot
|
|
|
|
# All devices enabled
|
|
setprop|vendor.all.devices.ready
|