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() {
158
158
#
159
159
# Here we update the configs used to control the kernel's build
160
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.
161
+ # kernel config options via an annotations file, which we use to
162
+ # disable various kernel modules that we don't need or want.
163
163
#
164
- logmust fakeroot debian/rules updateconfigs " ${debian_rules_args[@]} "
164
+ logmust fakeroot debian/rules updateconfigs " ${debian_rules_args[@]} " do_skip_checks=true
165
165
166
166
logmust fakeroot debian/rules " binary" " ${debian_rules_args[@]} "
167
167
You can’t perform that action at this time.
0 commit comments