diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-03-20 17:37:57 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-03-20 17:37:57 +0300 |
commit | b8d607272657d047e01d090e9d15707e4235e1c5 (patch) | |
tree | c3dbba43beb2d0dc0a4c0a50d785ebd421b62bd8 | |
parent | 09739c0274a70628d1d56f10b98e9651d58324a7 (diff) | |
parent | f3a1e98fbd3971aed4561799e5501336890ff26e (diff) | |
download | device_samsung_crespo-b8d607272657d047e01d090e9d15707e4235e1c5.zip device_samsung_crespo-b8d607272657d047e01d090e9d15707e4235e1c5.tar.gz device_samsung_crespo-b8d607272657d047e01d090e9d15707e4235e1c5.tar.bz2 |
Merge "Rever the usage of kernel modules" into ics
-rw-r--r-- | KernelModules.mk | 9 | ||||
-rw-r--r-- | bcm4329.ko | bin | 262993 -> 262993 bytes | |||
-rw-r--r-- | cifs.ko | bin | 298448 -> 0 bytes | |||
-rw-r--r-- | exportfs.ko | bin | 5808 -> 0 bytes | |||
-rwxr-xr-x | kernel | bin | 2254288 -> 2528960 bytes | |||
-rw-r--r-- | lockd.ko | bin | 71515 -> 0 bytes | |||
-rw-r--r-- | nfs.ko | bin | 162095 -> 0 bytes | |||
-rw-r--r-- | nfsd.ko | bin | 81121 -> 0 bytes | |||
-rw-r--r-- | ntfs.ko | bin | 257471 -> 0 bytes | |||
-rw-r--r-- | scsi_wait_scan.ko | bin | 2240 -> 2240 bytes | |||
-rw-r--r-- | sunrpc.ko | bin | 232014 -> 0 bytes |
11 files changed, 1 insertions, 8 deletions
diff --git a/KernelModules.mk b/KernelModules.mk index a9e9832..680f2d3 100644 --- a/KernelModules.mk +++ b/KernelModules.mk @@ -1,11 +1,4 @@ # 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 + device/samsung/crespo/scsi_wait_scan.ko:system/modules/scsi_wait_scan.ko Binary files differdiff --git a/cifs.ko b/cifs.ko Binary files differdeleted file mode 100644 index ad443b8..0000000 --- a/cifs.ko +++ /dev/null diff --git a/exportfs.ko b/exportfs.ko Binary files differBinary files differdeleted file mode 100644 index 317593a..0000000 --- a/exportfs.ko +++ /dev/null diff --git a/lockd.ko b/lockd.ko Binary files differBinary files differdeleted file mode 100644 index 442eb7e..0000000 --- a/lockd.ko +++ /dev/null diff --git a/nfsd.ko b/nfsd.ko Binary files differdeleted file mode 100644 index f0ac667..0000000 --- a/nfsd.ko +++ /dev/null diff --git a/ntfs.ko b/ntfs.ko Binary files differdeleted file mode 100644 index c729fce..0000000 --- a/ntfs.ko +++ /dev/null diff --git a/scsi_wait_scan.ko b/scsi_wait_scan.ko Binary files differindex 836d83e..f61eac5 100644 --- a/scsi_wait_scan.ko +++ b/scsi_wait_scan.ko diff --git a/sunrpc.ko b/sunrpc.ko Binary files differdeleted file mode 100644 index fa083ad..0000000 --- a/sunrpc.ko +++ /dev/null |