Browse Source

disable bpf for now till we fix errors

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
ebe1ac9e5e
  1. 2
      SPECS/kernel-6.0.spec

2
SPECS/kernel-6.0.spec

@ -21,7 +21,7 @@
# tools # tools
%define with_tools %{?_without_tools: 0} %{?!_without_tools: 1} %define with_tools %{?_without_tools: 0} %{?!_without_tools: 1}
# bpf tool # bpf tool
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} %define without_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# bootwrapper # bootwrapper
%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1} %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}



Loading…
Cancel
Save