Skip to content

Commit

Permalink
更新 config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
2791864577 authored Sep 28, 2024
1 parent b96687f commit 8ea9d8c
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,11 +1,11 @@
# 内核源码地址
KERNEL_SOURCE=https://gitlab.com/ubports/porting/community-ports/android9/xiaomi-redmi-note-7-pro/kernel-xiaomi-violet
KERNEL_SOURCE=https://github.com/Xiaomi-sdm845-KSU/NGK_android_kernel_xiaomi_sdm845

# 内核源码分支
KERNEL_SOURCE_BRANCH=halium-9.0
KERNEL_SOURCE_BRANCH=t-caf-ksu

# 内核编译配置
KERNEL_CONFIG=vendor/violet_halium_defconfig
KERNEL_CONFIG=dipper_user_defconfig

# 内核打包名字,自定义,支持英文数字
KERNEL_ZIP_NAME=halium_lxc-docker-kernel_20240326
Expand All @@ -15,12 +15,12 @@ KERNEL_ZIP_NAME=halium_lxc-docker-kernel_20240326
ENABLE_KVM=false

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

# 选择要打包的内核镜像文件
# 低端机填Image.gz-dtb
# 高端机可以选择Image.gz,Image
KERNEL_IMAGE_NAME=Image.gz
KERNEL_IMAGE_NAME=Image.gz-dtb

# 是否需要LLVM=1 LLVM_IAS=1参数
# 取决于你的内核源码,一般是需要的
Expand Down

0 comments on commit 8ea9d8c

Please sign in to comment.