Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
mofanx authored Mar 26, 2024
1 parent 2ef00ca commit d1ff100
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
@@ -1,21 +1,21 @@
# 内核源码地址
KERNEL_SOURCE=https://github.com/karthik558/MsM-4.14-RyZeN
KERNEL_SOURCE=https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-redmi-note-7-pro/kernel-xiaomi-violet

# 内核源码分支
KERNEL_SOURCE_BRANCH=R
KERNEL_SOURCE_BRANCH=halium-9.0

# 内核编译配置
KERNEL_CONFIG=vendor/violet-perf_defconfig
KERNEL_CONFIG=vendor/violet_halium_defconfig

# 内核打包名字,自定义,支持英文数字
KERNEL_ZIP_NAME=crdroid_lxc-docker-kernel_20240326
KERNEL_ZIP_NAME=halium_lxc-docker-kernel_20240326

# 是否开启kvm
# 百分之90的用户用不到kvm,false即可
ENABLE_KVM=false

# 是否开启lxc-docker,true即可
ENABLE_LXC_DOCKER=true
ENABLE_LXC_DOCKER=false

# 选择要打包的内核镜像文件
# 低端机填Image.gz-dtb
Expand All @@ -35,5 +35,5 @@ NEED_DTBO=false

# ksu部分,如果不需要ksu,以下内容都不用改
# 如果需要ksu,值改成true,下面的参数main不用改
ENABLE_KERNELSU=true
ENABLE_KERNELSU=false
KERNELSU_TAG=main

0 comments on commit d1ff100

Please sign in to comment.