1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Fix failed to validate module... on kernel 6.6

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-07 16:08:02 +02:00
parent 27d1080a17
commit 14c08603f0

View file

@ -828,6 +828,7 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
echo "CONFIG_KERNEL_DEBUG_INFO=y" >> ".config"
echo "CONFIG_KERNEL_DEBUG_INFO_BTF=y" >> ".config"
echo "# CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set" >> ".config"
echo "CONFIG_KERNEL_MODULE_ALLOW_BTF_MISMATCH=y" >> ".config"
# Remove for now packages that doesn't compile
#rm -rf package/kernel/mt76
#rm -rf package/kernel/rtl8812au-ct