summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]bcm4329.kobin263236 -> 263204 bytes
-rw-r--r--device.mk4
-rwxr-xr-xinit.herring.rc1
-rwxr-xr-xkernelbin2403996 -> 2396364 bytes
-rw-r--r--pvrsrvkm.kobin0 -> 1795396 bytes
-rw-r--r--s3c_lcd.kobin0 -> 137856 bytes
6 files changed, 3 insertions, 2 deletions
diff --git a/bcm4329.ko b/bcm4329.ko
index 28ce8d1..52e002e 100755..100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/device.mk b/device.mk
index f7b39c6..fc12fed 100644
--- a/device.mk
+++ b/device.mk
@@ -121,7 +121,9 @@ PRODUCT_LOCALES := hdpi
PRODUCT_COPY_FILES += \
- device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko
+ device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko \
+ device/samsung/crespo/pvrsrvkm.ko:root/modules/pvrsrvkm.ko \
+ device/samsung/crespo/s3c_lcd.ko:root/modules/s3c_lcd.ko
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/samsung/crespo/kernel
diff --git a/init.herring.rc b/init.herring.rc
index 1ad1c69..feb13f7 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -15,7 +15,6 @@ on boot
# ko files for 3D
insmod /modules/pvrsrvkm.ko
insmod /modules/s3c_lcd.ko
- insmod /modules/s3c_bc.ko
# wi-fi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
diff --git a/kernel b/kernel
index 7d5773a..1913ded 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/pvrsrvkm.ko b/pvrsrvkm.ko
new file mode 100644
index 0000000..919d863
--- /dev/null
+++ b/pvrsrvkm.ko
Binary files differ
diff --git a/s3c_lcd.ko b/s3c_lcd.ko
new file mode 100644
index 0000000..123fe0c
--- /dev/null
+++ b/s3c_lcd.ko
Binary files differ