File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ function set_enhanced_kernel_env() {
150150 [ " $( check_config " CONFIG_DEBUG_INFO_BTF_MODULES" ) " == " y" ] &&
151151 [ " $( check_config " CONFIG_DEBUG_INFO_BTF" ) " == " y" ] &&
152152 [ " $KERNEL_MAJOR " -ge 6 ]; then
153- export ENHANCED_KERNEL=" enhanced "
153+ export ENHANCED_KERNEL=" normal "
154154 else
155155 export ENHANCED_KERNEL=" normal"
156156 fi
Original file line number Diff line number Diff line change 4343if [ " $( check_config " CONFIG_DEBUG_INFO_BTF_MODULES" ) " == " y" ] &&
4444 [ " $( check_config " CONFIG_DEBUG_INFO_BTF" ) " == " y" ] &&
4545 [ " $KERNEL_VERSION " -ge 6 ]; then
46- set_config ENHANCED_KERNEL 1
47- set_config KERNEL_KFUNC 1
46+ set_config ENHANCED_KERNEL 0
47+ set_config KERNEL_KFUNC 0
4848else
4949 set_config KERNEL_KFUNC 0
5050fi
You can’t perform that action at this time.
0 commit comments