Revert "Peregrine: Move kernel config to device"

This reverts commit 693472a85f.

Change-Id: Ief74fcdfa691e7cc4825caf9bc3d424b4441bfb0
This commit is contained in:
LuK1337 2015-03-14 21:58:30 +01:00
parent e52c4a5bee
commit 8301e44e73
3 changed files with 1 additions and 8 deletions

View File

@ -26,7 +26,6 @@ TARGET_LIBINIT_DEFINES_FILE := device/motorola/peregrine/init/init_peregrine.c
# Kernel
BOARD_CUSTOM_BOOTIMG_MK := $(LOCAL_PATH)/mkbootimg.mk
TARGET_KERNEL_CONFIG := peregrine_defconfig
TARGET_KERNEL_SOURCE := kernel/motorola/msm8226
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760

View File

@ -2,9 +2,5 @@
{
"repository": "android_device_motorola_msm8226-common",
"target_path": "device/motorola/msm8226-common"
},
{
"repository": "android_kernel_motorola_msm8226",
"target_path": "kernel/motorola/msm8226"
}
]

View File

@ -30,9 +30,7 @@ PRODUCT_PACKAGES += \
# Wifi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/WCNSS_qcom_wlan_nv.bin:system/etc/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin \
kernel/motorola/msm8226/drivers/staging/prima/firmware_bin/WCNSS_cfg.dat:system/etc/firmware/wlan/prima/WCNSS_cfg.dat \
kernel/motorola/msm8226/drivers/staging/prima/firmware_bin/WCNSS_qcom_cfg.ini:system/etc/firmware/wlan/prima/WCNSS_qcom_cfg.ini
$(LOCAL_PATH)/wifi/WCNSS_qcom_wlan_nv.bin:system/etc/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin
# Inherit from msm8226-common
$(call inherit-product, device/motorola/msm8226-common/msm8226.mk)