mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Enable BPF toolchain
This commit is contained in:
parent
7afd51f952
commit
b4b6f82d1b
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -818,6 +818,8 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
|
|||
#echo "# CONFIG_PACKAGE_kmod-r8168 is not set" >> ".config"
|
||||
#echo "# CONFIG_PACKAGE_kmod-button-hotplug is not set" >> ".config"
|
||||
#echo "# CONFIG_PACKAGE_kmod-cryptodev is not set" >> ".config"
|
||||
echo "CONFIG_BPF_TOOLCHAIN=y" >> ".config"
|
||||
echo "CONFIG_BPF_TOOLCHAIN_HOST=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