From b4b6f82d1b5f5bef8b737e5a0bdf7d991f783689 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 26 Apr 2024 11:23:59 +0200 Subject: [PATCH] Enable BPF toolchain --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 24936081..5a7462ab 100755 --- a/build.sh +++ b/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