diff options
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | aicp.dependencies | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index d651f7d..8914986 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -36,7 +36,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/lge/w7/releasetools TARGET_BOOTLOADER_BOARD_NAME := w7 # Kernel -TARGET_KERNEL_CONFIG := stormysea_defconfig +TARGET_KERNEL_CONFIG := w7ds_lineageos_defconfig # Enable dexpreopt to speed boot time ifeq ($(HOST_OS),linux) diff --git a/aicp.dependencies b/aicp.dependencies index bd613e1..1b8095e 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -13,9 +13,9 @@ }, { "remote": "github", - "repository": "mosimchah/android_kernel_lge_msm8226", + "repository": "LineageOS/android_kernel_lge_msm8226", "target_path": "kernel/lge/msm8226", - "branch": "n7.1" + "branch": "cm-14.1" }, { "remote": "github", |
