We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5106212 commit 611746bCopy full SHA for 611746b
lib/functions/compilation/armbian-kernel.sh
@@ -51,13 +51,9 @@ function armbian_kernel_config__600_enable_ebpf_and_btf_info() {
51
declare -a opts_y=(
52
"CONFIG_BPF_JIT" "CONFIG_BPF_JIT_DEFAULT_ON" "CONFIG_FTRACE_SYSCALLS" "CONFIG_PROBE_EVENTS_BTF_ARGS" "CONFIG_BPF_KPROBE_OVERRIDE"
53
"CONFIG_DEBUG_INFO" "CONFIG_DEBUG_INFO_DWARF5"
54
+ "CONFIG_DEBUG_INFO_BTF" "CONFIG_DEBUG_INFO_BTF_MODULES"
55
)
56
- # We don't enable BTF on rk vendor kernel because it will cause some dkms module load with kernel panic
57
- if [[ "${LINUXFAMILY}" != "rk35xx" ]]; then
58
- opts_y+=("CONFIG_DEBUG_INFO_BTF")
59
- fi
60
-
61
if [[ "${ARCH}" == "arm64" ]]; then
62
opts_y+=("CONFIG_ARM64_VA_BITS_48")
63
opts_val["CONFIG_ARM64_PA_BITS"]="48"
0 commit comments