File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function kernel_build() {
124
124
# any intention and logic to provide signatures for now
125
125
# we set it to false to avoid any misconfigurations down
126
126
# the line.
127
- # dkms_exclude=*
127
+ # do_<module>=false
128
128
# This disables the build of various out-of-tree kernel modules
129
129
# that we do not use in our product or that we provide separately.
130
130
#
@@ -133,7 +133,11 @@ function kernel_build() {
133
133
" do_tools_common=false"
134
134
" do_tools_host=false"
135
135
" uefi_signed=false"
136
- " dkms_exclude=zfs ipu6 iwlwifi v4l2loopback usbio"
136
+ " do_zfs=false"
137
+ " do_ipu6=false"
138
+ " do_iwlwifi=false"
139
+ " do_v4l2loopback=false"
140
+ " do_usbio=false"
137
141
" flavours=$platform "
138
142
" abinum=${delphix_abinum} "
139
143
)
You can’t perform that action at this time.
0 commit comments