diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-03-10 09:45:50 +0100 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-03-10 09:45:50 +0100 |
commit | c2667b3120212ef9b9eb76e3c04371452df5b73c (patch) | |
tree | 10155288c7704ec1b335d6a385c4de864c6ac919 | |
parent | 44c1ca1415ba38120771c66042bd7c9b75bb0316 (diff) | |
download | device_samsung_crespo-c2667b3120212ef9b9eb76e3c04371452df5b73c.zip device_samsung_crespo-c2667b3120212ef9b9eb76e3c04371452df5b73c.tar.gz device_samsung_crespo-c2667b3120212ef9b9eb76e3c04371452df5b73c.tar.bz2 |
Update binary kernel
- more RAM https://github.com/KalimochoAz/samsung-kernel-crespo/commit/538bae6ee1b5c15ba819b6e292c22d6c7349f5c4
- added module to allow ntfs
- Move some low use fs to external modules of the kernel
Change-Id: Ic1a37c65dc7e36222a04428b436b0296b3b152ef
-rw-r--r-- | KernelModules.mk | 11 | ||||
-rw-r--r-- | bcm4329.ko | bin | 263001 -> 262993 bytes | |||
-rw-r--r-- | cifs.ko | bin | 0 -> 298448 bytes | |||
-rw-r--r-- | device_base.mk | 3 | ||||
-rw-r--r-- | exportfs.ko | bin | 0 -> 5808 bytes | |||
-rwxr-xr-x | kernel | bin | 2451352 -> 2254288 bytes | |||
-rw-r--r-- | lockd.ko | bin | 0 -> 71515 bytes | |||
-rw-r--r-- | nfs.ko | bin | 0 -> 162095 bytes | |||
-rw-r--r-- | nfsd.ko | bin | 0 -> 81121 bytes | |||
-rw-r--r-- | ntfs.ko | bin | 0 -> 257471 bytes | |||
-rw-r--r-- | scsi_wait_scan.ko | bin | 0 -> 2240 bytes | |||
-rw-r--r-- | sunrpc.ko | bin | 0 -> 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 Binary files differBinary files differdiff --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 Binary files differBinary files differnew file mode 100644 index 0000000..317593a --- /dev/null +++ b/exportfs.ko diff --git a/lockd.ko b/lockd.ko Binary files differBinary files differBinary files differBinary files differnew file mode 100644 index 0000000..442eb7e --- /dev/null +++ b/lockd.ko diff --git a/scsi_wait_scan.ko b/scsi_wait_scan.ko Binary files differnew file mode 100644 index 0000000..836d83e --- /dev/null +++ b/scsi_wait_scan.ko diff --git a/sunrpc.ko b/sunrpc.ko Binary files differnew file mode 100644 index 0000000..fa083ad --- /dev/null +++ b/sunrpc.ko |