We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5891f2 commit fe0769aCopy full SHA for fe0769a
1 file changed
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