update prebuilt kernel and modules and cleanup
This commit is contained in:
parent
57d113de2c
commit
0735be1aab
@ -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
|
||||
|
11
leo.mk
11
leo.mk
@ -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.
BIN
modules/cifs.ko
BIN
modules/cifs.ko
Binary file not shown.
BIN
modules/fuse.ko
BIN
modules/fuse.ko
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
modules/tun.ko
BIN
modules/tun.ko
Binary file not shown.
2
ueventd.leo.rc
Normal file
2
ueventd.leo.rc
Normal file
@ -0,0 +1,2 @@
|
||||
mtd@misc 0460 radio diag
|
||||
|
Loading…
x
Reference in New Issue
Block a user