Skip to content
Snippets Groups Projects
Unverified Commit 7a6aca67 authored by Bryan Zuelly's avatar Bryan Zuelly
Browse files

menuconfig save

parent 8fb7f677
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
%global LKAver 6.10.14
# Define the buildid, if required.
%global buildid 001
%global buildid 002
# Determine the sublevel number and set pkg_version.
%define sublevel %(echo %{LKAver} | %{__awk} -F\. '{ print $3 }')
......@@ -88,7 +88,7 @@
%define with_tools %{?_without_tools: 0} %{?!_without_tools: 1}
#
# bpf tool
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 0}
#
# control whether to install the vdso directories
%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment