Skip to content
Merged
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
6 changes: 3 additions & 3 deletions default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ function kernel_build() {
#
# Here we update the configs used to control the kernel's build
# system. This is useful as it allows us to override various
# kernel config options via an OVERRIDES file, which we use to
# disable varous kernel modules that we don't need or want.
# kernel config options via an annotations file, which we use to
# disable various kernel modules that we don't need or want.
#
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true

logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"

Expand Down