Browse Source

disable bpftool for now

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 year ago
parent
commit
a79398f63e
  1. 8
      SPECS/kernel-6.1.spec

8
SPECS/kernel-6.1.spec

@ -61,7 +61,7 @@
%define hdrarch x86_64 %define hdrarch x86_64
%define configarch x86_64 %define configarch x86_64
%define with_doc 0 %define with_doc 0
%define with_bpftool 1 %define with_bpftool 0
%define with_bootwrapper 0 %define with_bootwrapper 0
%define make_target bzImage %define make_target bzImage
%endif %endif
@ -73,7 +73,7 @@
%define hdrarch powerpc %define hdrarch powerpc
%define configarch ppc64 %define configarch ppc64
%define with_doc 0 %define with_doc 0
%define with_bpftool 1 %define with_bpftool 0
%define with_bootwrapper 1 %define with_bootwrapper 1
%define make_target vmlinux %define make_target vmlinux
%endif %endif
@ -85,7 +85,7 @@
%define hdrarch powerpc %define hdrarch powerpc
%define configarch ppc64le %define configarch ppc64le
%define with_doc 0 %define with_doc 0
%define with_bpftool 1 %define with_bpftool 0
%define with_bootwrapper 1 %define with_bootwrapper 1
%define make_target vmlinux %define make_target vmlinux
%endif %endif
@ -96,7 +96,7 @@
%define hdrarch arm64 %define hdrarch arm64
%define configarch rpi3b64 %define configarch rpi3b64
%define with_doc 0 %define with_doc 0
%define with_bpftool 1 %define with_bpftool 0
%define with_bootwrapper 0 %define with_bootwrapper 0
%define make_target vmlinux %define make_target vmlinux
%endif %endif

Loading…
Cancel
Save