diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-02-25 15:18:04 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:16:26 +0200 |
commit | 10aa88ef0ed4d89a179bca159aa0827e1a1fada2 (patch) | |
tree | 781a7b10adfea10a4d497229653b7fb458ec6bdc | |
parent | 6c90e7d92307a95e48f4cc0329de0121cc0056f6 (diff) |
z2_plus: Change kernel defconfig
Diffstat (limited to '')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 33dcfee..33ceba8 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -70,7 +70,7 @@ TARGET_KERNEL_APPEND_DTB := true TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -TARGET_KERNEL_CONFIG := lineageos_z2_plus_defconfig +TARGET_KERNEL_CONFIG := n7x-caf_z2_plus_defconfig TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 # QCOM hardware |