Skip to content

Commit ba2e2cd

Browse files
sebroyprakashsurya
authored andcommitted
DLPX-94041 redo exclusion of dkms modules (#347)
PR URL: https://www.github.com/delphix/linux-pkg/pull/347
1 parent 9059ed4 commit ba2e2cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

default-package-config.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)