update prebuilt kernel and modules and cleanup

This commit is contained in:
charansingh 2011-01-30 19:38:01 +05:30
parent 57d113de2c
commit 0735be1aab
11 changed files with 5 additions and 10 deletions

View File

@ -49,6 +49,8 @@ WIFI_DRIVER_FW_AP_PATH := "/vendor/firmware/fw_bcm4329_apsta.bin"
WIFI_DRIVER_MODULE_ARG := "firmware_path=/vendor/firmware/fw_bcm4329.bin nvram_path=/proc/calibration"
WIFI_DRIVER_MODULE_NAME := "bcm4329"
BOARD_KERNEL_CMDLINE := no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5
BOARD_USES_GENERIC_AUDIO := false
BOARD_KERNEL_CMDLINE := no_console_suspend=1

BIN
kernel

Binary file not shown.

11
leo.mk
View File

@ -111,7 +111,6 @@ PRODUCT_PACKAGES += \
copybit.qsd8k \
leo-reference-ril \
gps.leo \
leo-reference-ril \
libOmxCore \
libOmxVidEnc
@ -135,14 +134,6 @@ PRODUCT_COPY_FILES += \
device/htc/leo/firmware/fw_bcm4329_apsta.bin:system/etc/firmware/fw_bcm4329_apsta.bin
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/htc/leo/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
PRODUCT_COPY_FILES += \
device/htc/leo/modules/bcm4329.ko:system/lib/modules/bcm4329.ko \
@ -153,7 +144,7 @@ PRODUCT_COPY_FILES += \
device/htc/leo/modules/tun.ko:system/lib/modules/tun.ko
PRODUCT_COPY_FILES += \
device/htc/leo/zImage.ko:boot/zImage \
device/htc/leo/zImage:boot/zImage \
device/htc/leo/initrd.gz:boot/initrd.gz \
# media profiles and capabilities spec

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
ueventd.leo.rc Normal file
View File

@ -0,0 +1,2 @@
mtd@misc 0460 radio diag

BIN
zImage

Binary file not shown.