Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ function kernel_build() {
# do_tools_common=false
# We do not need to build linux-tools-common package and we
# install it directly from our package mirror.
# do_tools_perf=false
# The perf tool is provided by the linux-tools-common package,
# which we install directly from our package mirror.
# do_tools_host=false
# We do not need to build linux-tools-host package.
# uefi_signed=false
Expand All @@ -136,6 +139,7 @@ function kernel_build() {
local debian_rules_args=(
"do_dbgsym_package=true"
"do_tools_common=false"
"do_tools_perf=false"
"do_tools_host=false"
"uefi_signed=false"
"do_zfs=false"
Expand Down