Skip to content

Commit

Permalink
Enable BPF toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Apr 26, 2024
1 parent 7afd51f commit b4b6f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4b6f82

Please sign in to comment.