Skip to content

Commit 07cfe3e

Browse files
Fix kernel config options
1 parent 25b4658 commit 07cfe3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kernel/kernel.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm -r "kernel-$KERNEL_VERSION.src.rpm" "kernel-$KERNEL_VERSION.src"
1313
sed -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
1919
sed -i "/%define with_debug /c %define with_debug 0" "kernel.spec"
@@ -31,9 +31,9 @@ CONFIG_SPI_HID_APPLE_OF=y
3131
CONFIG_HID_DOCKCHANNEL=y
3232
CONFIG_APPLE_DOCKCHANNEL=y
3333
CONFIG_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
3737
CONFIG_APFS_FS=y
3838
CONFIG_INPUT_SPARSEKMAP=y
3939
EOF

0 commit comments

Comments
 (0)