summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--KernelModules.mk11
-rw-r--r--bcm4329.kobin263001 -> 262993 bytes
-rw-r--r--cifs.kobin0 -> 298448 bytes
-rw-r--r--device_base.mk3
-rw-r--r--exportfs.kobin0 -> 5808 bytes
-rwxr-xr-xkernelbin2451352 -> 2254288 bytes
-rw-r--r--lockd.kobin0 -> 71515 bytes
-rw-r--r--nfs.kobin0 -> 162095 bytes
-rw-r--r--nfsd.kobin0 -> 81121 bytes
-rw-r--r--ntfs.kobin0 -> 257471 bytes
-rw-r--r--scsi_wait_scan.kobin0 -> 2240 bytes
-rw-r--r--sunrpc.kobin0 -> 232014 bytes
12 files changed, 12 insertions, 2 deletions
diff --git a/KernelModules.mk b/KernelModules.mk
new file mode 100644
index 0000000..a9e9832
--- /dev/null
+++ b/KernelModules.mk
@@ -0,0 +1,11 @@
+# Kernel Modules TO BE COPIED
+PRODUCT_COPY_FILES += \
+ device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko \
+ device/samsung/crespo/cifs.ko:system/modules/cifs.ko \
+ device/samsung/crespo/exportfs.ko:system/modules/exportfs.ko \
+ device/samsung/crespo/lockd.ko:system/modules/lockd.ko \
+ device/samsung/crespo/nfsd.ko:system/modules/nfsd.ko \
+ device/samsung/crespo/nfs.ko:system/modules/nfs.ko \
+ device/samsung/crespo/ntfs.ko:system/modules/ntfs.ko \
+ device/samsung/crespo/scsi_wait_scan.ko:system/modules/scsi_wait_scan.ko \
+ device/samsung/crespo/sunrpc.ko:system/modules/sunrpc.ko
diff --git a/bcm4329.ko b/bcm4329.ko
index ee1dea7..d80ec8c 100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/cifs.ko b/cifs.ko
new file mode 100644
index 0000000..ad443b8
--- /dev/null
+++ b/cifs.ko
Binary files differ
diff --git a/device_base.mk b/device_base.mk
index ee737b5..5a31c4a 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -220,8 +220,7 @@ else
LOCAL_WIFI_MODULE := $(TARGET_PREBUILT_WIFI_MODULE)
endif
-PRODUCT_COPY_FILES += \
- $(LOCAL_WIFI_MODULE):system/modules/bcm4329.ko
+include device/samsung/crespo/KernelModules.mk
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/samsung/crespo/kernel
diff --git a/exportfs.ko b/exportfs.ko
new file mode 100644
index 0000000..317593a
--- /dev/null
+++ b/exportfs.ko
Binary files differ
diff --git a/kernel b/kernel
index 7760aee..6164786 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/lockd.ko b/lockd.ko
new file mode 100644
index 0000000..442eb7e
--- /dev/null
+++ b/lockd.ko
Binary files differ
diff --git a/nfs.ko b/nfs.ko
new file mode 100644
index 0000000..937cf91
--- /dev/null
+++ b/nfs.ko
Binary files differ
diff --git a/nfsd.ko b/nfsd.ko
new file mode 100644
index 0000000..f0ac667
--- /dev/null
+++ b/nfsd.ko
Binary files differ
diff --git a/ntfs.ko b/ntfs.ko
new file mode 100644
index 0000000..c729fce
--- /dev/null
+++ b/ntfs.ko
Binary files differ
diff --git a/scsi_wait_scan.ko b/scsi_wait_scan.ko
new file mode 100644
index 0000000..836d83e
--- /dev/null
+++ b/scsi_wait_scan.ko
Binary files differ
diff --git a/sunrpc.ko b/sunrpc.ko
new file mode 100644
index 0000000..fa083ad
--- /dev/null
+++ b/sunrpc.ko
Binary files differ