Add Modules and new type of boot folder for Leo CWM

This commit is contained in:
charansingh 2011-01-29 18:38:44 +05:30
parent c70ec9cdeb
commit 57d113de2c
9 changed files with 9 additions and 0 deletions

BIN
initrd.gz Normal file

Binary file not shown.

9
leo.mk
View File

@ -146,6 +146,15 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/htc/leo/modules/bcm4329.ko:system/lib/modules/bcm4329.ko \
device/htc/leo/modules/cifs.ko:system/lib/modules/cifs.ko \
device/htc/leo/modules/fuse.ko:system/lib/modules/fuse.ko \
device/htc/leo/modules/msm_rmnet.ko:system/lib/modules/msm_rmnet.ko \
device/htc/leo/modules/nls_utf8.ko:system/lib/modules/nls_utf8.ko \
device/htc/leo/modules/tun.ko:system/lib/modules/tun.ko
PRODUCT_COPY_FILES += \
device/htc/leo/zImage.ko:boot/zImage \
device/htc/leo/initrd.gz:boot/initrd.gz \
# media profiles and capabilities spec
$(call inherit-product, device/htc/leo/media_a1026.mk)

Binary file not shown.

BIN
modules/cifs.ko Normal file

Binary file not shown.

BIN
modules/fuse.ko Normal file

Binary file not shown.

BIN
modules/msm_rmnet.ko Normal file

Binary file not shown.

BIN
modules/nls_utf8.ko Normal file

Binary file not shown.

BIN
modules/tun.ko Normal file

Binary file not shown.

BIN
zImage Executable file

Binary file not shown.