Skip to content

Commit

Permalink
ok, built what possible in the kernel (fs, ext4,dm etc.)
Browse files Browse the repository at this point in the history
use what needed with fresh modules.

actually just sim.ko is used from somewhere
  • Loading branch information
peshovec committed May 7, 2012
1 parent 149b340 commit 5a5c81d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions initrdreplace/init.mapphone_umts.rc
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@ chown mot_usb mot_usb /dev/usb_device_mode
chown mot_usb mot_usb /proc/mtpctl

# Install kernel modules
insmod /system/lib/modules/twofish_common.ko
insmod /system/lib/modules/twofish.ko
insmod /system/lib/modules/dm-mod.ko
insmod /system/lib/modules/dm-crypt.ko
#insmod /system/lib/modules/twofish_common.ko
#insmod /system/lib/modules/twofish.ko
#insmod /system/lib/modules/dm-mod.ko
#insmod /system/lib/modules/dm-crypt.ko

# Install BP related kernel modules
#Start the engine modules for netmux first for other daemons depends on it
insmod /system/lib/modules/netmux.ko
insmod /system/lib/modules/netmux_linkdriver.ko
insmod /netmux.ko
insmod /netmux_linkdriver.ko
insmod /system/lib/modules/sim.ko
insmod /system/lib/modules/modem_pm_driver.ko
insmod /system/lib/modules/sec.ko
insmod /modem_pm_driver.ko
insmod /sec.ko

# Install custom kernel modules
insmod /system/lib/modules/crc16.ko
insmod /system/lib/modules/mbcache.ko
insmod /system/lib/modules/jbd2.ko
insmod /system/lib/modules/ext4.ko
#insmod /system/lib/modules/crc16.ko
#insmod /system/lib/modules/mbcache.ko
#insmod /system/lib/modules/jbd2.ko
#insmod /system/lib/modules/ext4.ko

#insmod /system/lib/modules/symsearch.ko
#insmod /system/lib/modules/cpufreq_conservative.ko
Expand Down

0 comments on commit 5a5c81d

Please sign in to comment.