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:
parent
27d1080a17
commit
14c08603f0
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue