From a79398f63ecebad47ddee5975e020b8eda374b34 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 31 May 2023 01:46:04 +0200 Subject: [PATCH] disable bpftool for now Signed-off-by: Toshaan Bharvani --- SPECS/kernel-6.1.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SPECS/kernel-6.1.spec b/SPECS/kernel-6.1.spec index 353982f..31c1cfb 100755 --- a/SPECS/kernel-6.1.spec +++ b/SPECS/kernel-6.1.spec @@ -61,7 +61,7 @@ %define hdrarch x86_64 %define configarch x86_64 %define with_doc 0 -%define with_bpftool 1 +%define with_bpftool 0 %define with_bootwrapper 0 %define make_target bzImage %endif @@ -73,7 +73,7 @@ %define hdrarch powerpc %define configarch ppc64 %define with_doc 0 -%define with_bpftool 1 +%define with_bpftool 0 %define with_bootwrapper 1 %define make_target vmlinux %endif @@ -85,7 +85,7 @@ %define hdrarch powerpc %define configarch ppc64le %define with_doc 0 -%define with_bpftool 1 +%define with_bpftool 0 %define with_bootwrapper 1 %define make_target vmlinux %endif @@ -96,7 +96,7 @@ %define hdrarch arm64 %define configarch rpi3b64 %define with_doc 0 -%define with_bpftool 1 +%define with_bpftool 0 %define with_bootwrapper 0 %define make_target vmlinux %endif