File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ function kernel_build() {
158158 #
159159 # Here we update the configs used to control the kernel's build
160160 # 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.
161+ # kernel config options via an annotations file, which we use to
162+ # disable various kernel modules that we don't need or want.
163163 #
164- logmust fakeroot debian/rules updateconfigs " ${debian_rules_args[@]} "
164+ logmust fakeroot debian/rules updateconfigs " ${debian_rules_args[@]} " do_skip_checks=true
165165
166166 logmust fakeroot debian/rules " binary" " ${debian_rules_args[@]} "
167167
You can’t perform that action at this time.
0 commit comments