File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rm -r "kernel-$KERNEL_VERSION.src.rpm" "kernel-$KERNEL_VERSION.src"
1313sed -i ' s/# define buildid .local/%define buildid .t2/g' " kernel.spec"
1414
1515# Bump release
16- # sed -i 's/%define specrelease 200/%define specrelease 210/g' "kernel.spec"
16+ sed -i ' s/%define specrelease 200/%define specrelease 210/g' " kernel.spec"
1717
1818# Disable debug kernels
1919sed -i " /%define with_debug /c %define with_debug 0" " kernel.spec"
@@ -31,9 +31,9 @@ CONFIG_SPI_HID_APPLE_OF=y
3131CONFIG_HID_DOCKCHANNEL=y
3232CONFIG_APPLE_DOCKCHANNEL=y
3333CONFIG_APPLE_RTKIT_HELPER=m
34- CONFIG_DRM_APPLETBDRM=y
35- CONFIG_HID_APPLETB_BL=y
36- CONFIG_HID_APPLETB_KBD=y
34+ CONFIG_DRM_APPLETBDRM=m
35+ CONFIG_HID_APPLETB_BL=m
36+ CONFIG_HID_APPLETB_KBD=m
3737CONFIG_APFS_FS=y
3838CONFIG_INPUT_SPARSEKMAP=y
3939EOF
You can’t perform that action at this time.
0 commit comments