diff --git a/config.env b/config.env index 7041a69dd4..cf83c0e7a8 100644 --- a/config.env +++ b/config.env @@ -1,7 +1,7 @@ CONFIG_ENV=config.env -KERNEL_SOURCE=https://github.com/utziacre/android_kernel_xiaomi_nabu -KERNEL_SOURCE_BRANCH=master +KERNEL_SOURCE=https://github.com/Rohail33/Realking_kernel_nabu +KERNEL_SOURCE_BRANCH=main KERNEL_CONFIG=nabu_defconfig KERNEL_IMAGE_NAME=Image.gz-dtb ARCH=arm64 @@ -10,9 +10,9 @@ EXTRA_CMDS:LD=ld.lld # Clang ## Custom -USE_CUSTOM_CLANG=ture -CUSTOM_CLANG_SOURCE=https://github.com/kdrag0n/proton-clang.git -CUSTOM_CLANG_BRANCH=master +USE_CUSTOM_CLANG=false +CUSTOM_CLANG_SOURCE= +CUSTOM_CLANG_BRANCH= ### if your set USE CUSTOM CLANG to false than DO NOT CHANGE CUSTOM CMDS CUSTOM_CMDS:CLANG_TRIPLE=aarch64-linux-gnu- @@ -60,5 +60,5 @@ ENABLE_CCACHE=true NEED_DTBO=false # Build boot images -BUILD_BOOT_IMG=ture -SOURCE_BOOT_IMAGE=https://github.com/SaharaMiyoko/KernelSU_Action/releases/download/MJW/boot.img +BUILD_BOOT_IMG=true +SOURCE_BOOT_IMAGE=https://github.com/SaharaMiyoko/KernelSU_Action/releases/download/6/boot.img