We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6aff3 + fe0769a commit e7de1c8Copy full SHA for e7de1c8
default-package-config.sh
@@ -155,6 +155,14 @@ function kernel_build() {
155
local build_deps_tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes"
156
logmust sudo mk-build-deps --install debian/control --tool "${build_deps_tool}"
157
158
+ #
159
+ # Here we update the configs used to control the kernel's build
160
+ # system. This is useful as it allows us to override various
161
+ # kernel config options via an OVERRIDES file, which we use to
162
+ # disable varous kernel modules that we don't need or want.
163
164
+ logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
165
+
166
logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
167
168
logmust cd "$WORKDIR"
0 commit comments