Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 authored Oct 12, 2023
1 parent f5001b7 commit e118508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ KERNEL_SOURCE_BRANCH=twrp-12
#内核配置文件
KERNEL_CONFIG=vendor/wayne_defconfig

#Kali-Nethunter支持仅Build kernel by clang-r383902b支持,只是开了蓝牙,usb网卡,hid相关的,可能不工作(需要补丁),建议手动按照kali官方的对内核补丁后,标准化编译内核。https://www.kali.org/docs/nethunter/nethunter-kernel-2-config-1/
ENABLE_NETHUNTER=true
#Kali-Nethunter支持,默认关闭。仅Build kernel by clang-r383902b支持,只是开了蓝牙,usb网卡,hid相关的,可能不工作(需要补丁),建议手动按照kali官方的对内核补丁后,标准化编译内核。https://www.kali.org/docs/nethunter/nethunter-kernel-2-config-1/
ENABLE_NETHUNTER=false
#LXC_Docker启用,默认启用。对此项对build-kernel.yml无效,因为build-kernel.yml是官方版,未作任何修改。
ENABLE_LXC=true
#KernelSU相关,默认关闭。若需要KernelSU,则修改前3项值为true
Expand Down

0 comments on commit e118508

Please sign in to comment.