Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 authored Jul 30, 2024
1 parent 93c159b commit f3af537
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ CONFIG_ENV=config.env
#一般来说只需要按实际需要修改5-20行的相关内容就可以。包含18个工作流可同时工作可最大化提高编译内核的成功率,助力LXC,KernelSU 。
#工具链集包含AOSP clang ,LLVM, ARM gcc ,SD-clang(高通的llvm工具链),Proton-clang, Slim-LLVM, ZyC clang,Mandi-Sa-clang,linaro gcc ,Google gcc_4.9 ,Android NDK ,arter97_gcc等
#内核源地址
KERNEL_SOURCE=https://github.com/MiCode/Xiaomi_Kernel_OpenSource
KERNEL_SOURCE=https://github.com/LineageOS/android_kernel_xiaomi_msm8998
#分支
KERNEL_SOURCE_BRANCH=mondrian-s-oss
KERNEL_SOURCE_BRANCH=lineage-21
#内核配置文件
KERNEL_CONFIG=gki_defconfig
KERNEL_CONFIG=chiron_defconfig

#Kali-Nethunter支持,默认关闭,支持内核版本4.4-4.19。旧的内核版本或补丁失败的参考kali官方补丁https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel
#仅Build kernel by clang-r383902b支持。https://www.kali.org/docs/nethunter/nethunter-kernel-2-config-1/
Expand All @@ -18,13 +18,13 @@ ENABLE_WIREGUARD=false


#启用lxc-docker支持,鉴于很多人都不明白,禁用,懂的自己开启。默认支持KernelSU。
ENABLE_LXC=false
ENABLE_LXC=true

#KernelSU相关,默认开启。
ENABLE_KERNELSU=false
ADD_KPROBES_CONFIG=falae
ADD_OVERLAYFS_CONFIG=false
KERNELSU_TAG=main
ENABLE_KERNELSU=true
ADD_KPROBES_CONFIG=true
ADD_OVERLAYFS_CONFIG=true
KERNELSU_TAG=v0.9.5

#这块几乎可以不动,KERNEL_IMAGE_NAME可能的取值有Image.gz-dtb,Image.gz,Image等
KERNEL_IMAGE_NAME=Image
Expand Down

0 comments on commit f3af537

Please sign in to comment.