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 d7445a3 commit 2ef00ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 内核源码地址
KERNEL_SOURCE=https://github.com/ZyCromerZ/bego-aug-23/
KERNEL_SOURCE=https://github.com/karthik558/MsM-4.14-RyZeN

# 内核源码分支
KERNEL_SOURCE_BRANCH=new-q-oss
KERNEL_SOURCE_BRANCH=R

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

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

# 是否开启kvm
# 百分之90的用户用不到kvm,false即可
Expand All @@ -35,5 +35,5 @@ NEED_DTBO=false

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

0 comments on commit 2ef00ca

Please sign in to comment.