mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add setting required for BTF in latest 6.6 kernel
This commit is contained in:
parent
6607c1b1d8
commit
3589d680f0
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -830,6 +830,7 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
|
||||||
echo "CONFIG_KERNEL_BPF_EVENTS=y" >> ".config"
|
echo "CONFIG_KERNEL_BPF_EVENTS=y" >> ".config"
|
||||||
echo "CONFIG_KERNEL_DEBUG_INFO=y" >> ".config"
|
echo "CONFIG_KERNEL_DEBUG_INFO=y" >> ".config"
|
||||||
echo "CONFIG_KERNEL_DEBUG_INFO_BTF=y" >> ".config"
|
echo "CONFIG_KERNEL_DEBUG_INFO_BTF=y" >> ".config"
|
||||||
|
echo "CONFIG_KERNEL_DEBUG_INFO_BTF_MODULES=y" >> ".config"
|
||||||
echo "# CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set" >> ".config"
|
echo "# CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set" >> ".config"
|
||||||
echo "CONFIG_KERNEL_MODULE_ALLOW_BTF_MISMATCH=y" >> ".config"
|
echo "CONFIG_KERNEL_MODULE_ALLOW_BTF_MISMATCH=y" >> ".config"
|
||||||
# Remove for now packages that doesn't compile
|
# Remove for now packages that doesn't compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue