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 21, 2024
1 parent 6c312e1 commit 93c159b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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/sm8150-samsung/android_kernel_samsung_sm8150-common
KERNEL_SOURCE=https://github.com/MiCode/Xiaomi_Kernel_OpenSource
#分支
KERNEL_SOURCE_BRANCH=lineage-18.1
KERNEL_SOURCE_BRANCH=mondrian-s-oss
#内核配置文件
KERNEL_CONFIG=lineage_beyond0qlte_defconfig
KERNEL_CONFIG=gki_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,12 +18,12 @@ ENABLE_WIREGUARD=false


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

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

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

0 comments on commit 93c159b

Please sign in to comment.