Build with bpf support x86

Hey
I want to compile openWRT latest version with support to bpf.
When I am make the project it throws me the next error:

time: package/network/config/netifd/compile#6.06#0.67#6.41
make[3]: Entering directory '/home/joe/openwrt/package/firmware/linux-firmware'
mkdir -p /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp
SHELL= flock /home/joe/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/joe/openwrt/build_dir/target-x86_64_musl/linux-firmware-20201022/.pkgdir/e100-firmware/. /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/'
touch /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.e100-firmware_installed
echo "e100-firmware" >> /home/joe/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux-firmware.default.install
mkdir -p /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp
SHELL= flock /home/joe/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/joe/openwrt/build_dir/target-x86_64_musl/linux-firmware-20201022/.pkgdir/r8169-firmware/. /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/'
touch /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.r8169-firmware_installed
echo "r8169-firmware" >> /home/joe/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux-firmware.default.install
make[3]: Leaving directory '/home/joe/openwrt/package/firmware/linux-firmware'
time: package/firmware/linux-firmware/compile#0.23#0.04#0.26
make[3]: Entering directory '/home/joe/openwrt/package/firmware/prism54-firmware'
make[3]: Nothing to be done for 'compile'.
make[3]: Leaving directory '/home/joe/openwrt/package/firmware/prism54-firmware'
time: package/firmware/prism54-firmware/compile#0.29#0.03#0.33
make[3]: Entering directory '/home/joe/openwrt/package/kernel/linux'
mkdir -p /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp

SHELL= flock /home/joe/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/joe/openwrt/build_dir/target-x86_64_musl/linux-x86_64/packages/.pkgdir/kernel/. /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/'
touch /home/joe/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.kernel_installed
ERROR: module '/home/joe/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.75/net/sched/act_bpf.ko' is missing.
make[3]: *** [modules/netsupport.mk:876: /home/joe/openwrt/bin/targets/x86/64/packages/kmod-sched-bpf_5.4.75-1_x86_64.ipk] Error 1
make[3]: Leaving directory '/home/joe/openwrt/package/kernel/linux'
time: package/kernel/linux/compile#1.81#0.03#1.85
make[2]: *** [package/Makefile:114: package/kernel/linux/compile] Error 2
make[2]: Leaving directory '/home/joe/openwrt'
make[1]: *** [package/Makefile:108: /home/joe/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/joe/openwrt'
make: *** [/home/joe/openwrt/include/toplevel.mk:242: world] Error 2

what should i do?
i added support on make menuconfig to:
KERNEL_CGROUP_BPF
PACKAGE_bpftool-full
PACKAGE_bpftool-minimal
PACKAGE_kmod-bpf-test
PACKAGE_kmod-sched-bpf
PACKAGE_libbpf
PACKAGE_libpfring

thanks!