diff options
author | Simon Wilson <simonwilson@google.com> | 2010-09-28 20:35:49 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2010-09-29 11:08:26 -0700 |
commit | 3ceb6909851c661bd8c23c8b62959a4989512d38 (patch) | |
tree | f59facb26ddd3864954c5203e51f614984a2a9ab /init.herring.rc | |
parent | c1fa27a0697847c55bb4c797b7083e8c642b93ea (diff) | |
download | device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.zip device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.tar.gz device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.tar.bz2 |
Remove dynamic pvr kernel modules
When using a kernel that has these modules statically linked,
the loadable kernel modules are no longer required.
Change-Id: I0eacfe846db7517d3db1662b549ba924ae8f6dce
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init.herring.rc b/init.herring.rc index fec83ee..2837271 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -12,10 +12,6 @@ on boot setprop status.battery.level_raw 50 setprop status.battery.level_scale 9 -# ko files for 3D - insmod /modules/pvrsrvkm.ko - insmod /modules/s3c_lcd.ko - # wi-fi mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp |