Skip to content

Commit

Permalink
ksu only
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 29, 2023
1 parent 8615e88 commit ffb6bfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@ CLANG_VERSION=r416183b
########################################################################################################################################################

# 开启 LXC and DOCKER
LXC_DOCKER=true
LXC_DOCKER=false

#Kali-Nethunter支持(默认关闭,需自行修改patches/kali-nethunter-kernel与工作流)
ENABLE_NETHUNTER=true
ENABLE_NETHUNTER=false

# 是否打入LXC-DOCKER补丁(需自行修改patches/Android-Container与工作流)
CONTAINER_PATCH=true
CONTAINER_PATCH=false

# 是否打入Makefile补丁(修改的配置被替换时启用,需自行配置patches/Makefile.patch)
MAKEFILE_PATCH=true
MAKEFILE_PATCH=false

# 是否运行自定义脚本(需自行配置scripts/customize.sh,工作路径在内核源码目录,配置文件作为$1输入。)
CUSTOM_SCRIPT=true
CUSTOM_SCRIPT=false

# 关闭CONFIG_ANDROID_PARANOID_NETWORK配置防止docker and lxc出现网络问题
ANDROID_PARANOID_NETWORK_OFF=true
ANDROID_PARANOID_NETWORK_OFF=false

#######################################################################################################################################################

Expand Down

0 comments on commit ffb6bfc

Please sign in to comment.