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() {
124124 # any intention and logic to provide signatures for now
125125 # we set it to false to avoid any misconfigurations down
126126 # the line.
127- # dkms_exclude=*
127+ # do_<module>=false
128128 # This disables the build of various out-of-tree kernel modules
129129 # that we do not use in our product or that we provide separately.
130130 #
@@ -133,7 +133,11 @@ function kernel_build() {
133133 " do_tools_common=false"
134134 " do_tools_host=false"
135135 " 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"
137141 " flavours=$platform "
138142 " abinum=${delphix_abinum} "
139143 )
You can’t perform that action at this time.
0 commit comments