@@ -199,10 +199,12 @@ jobs:
199
199
echo "Changing to configuration directory: $CONFIG..."
200
200
cd "$CONFIG/kernel_platform/common"
201
201
# Apply additional patch
202
- cp ../../../kernel_patches_additional/a14_fake_config_fix.patch ./
203
- cp ../../../kernel_patches_additional/fake_defconfig ./
204
- patch -p1 -F 3 < a14_fake_config_fix.patch
205
- ls -la ./fake_defconfig
202
+ # cp ../../../kernel_patches_additional/a14_fake_config_fix.patch ./
203
+ # cp ../../../kernel_patches_additional/fake_defconfig ./
204
+ # patch -p1 -F 3 < a14_fake_config_fix.patch
205
+ # ls -la ./fake_defconfig
206
+ cp ../../../kernel_patches_additional/fake_config.patch ./
207
+ patch -p1 -F 3 < fake_config.patch
206
208
207
209
- name : Add SUSFS Configuration Settings
208
210
run : |
@@ -405,16 +407,16 @@ jobs:
405
407
sed -i 's|^device\.name4=.*|device.name4=PHB110|' anykernel.sh
406
408
sed -i '/ui_print " " " -> ksu_supported: $ksu_supported"/i \
407
409
ui_print "Features:"\
408
- ui_print "-> KernelSU-Next-Official v1.0.6 (12XXX ) "\
410
+ ui_print "-> KernelSU-Next-Official v1.0.6 (${{ env.KSUVER }} ) "\
409
411
ui_print "-> SUSFS ඞ v1.5.7"\
410
412
ui_print "-> Manual Hooks for Better Hiding"\
411
413
ui_print "-> Wireguard Support"\
412
414
ui_print "-> Simple Maphide for LineageOS Detections"\
413
415
ui_print "-> Futile Maphide for jit-zygote-cache Detections"\
414
416
ui_print "-> Magic Mount Support"\
415
- ui_print "-> CONFIG_TMPFS_XATTR Support for Mountify"' anykernel.sh
416
- # ui_print "-> CONFIG_TMPFS_XATTR Support for Mountify"\
417
- # ui_print "-> TCP Congestion Algorithm: BBR enabled "' anykernel.sh
417
+ ui_print "-> CONFIG_TMPFS_XATTR Support for Mountify"\
418
+ ui_print "-> TCP Congestion Algorithm: BBR enabled"' anykernel.sh
419
+ # ui_print "-> CONFIG_TMPFS_XATTR Support for Mountify "' anykernel.sh
418
420
419
421
# Zip the files in the AnyKernel3 directory with a new naming convention
420
422
ZIP_NAME="${{ inputs.model }}_${{ inputs.android_version }}_${{ inputs.kernel_version }}_Next_SUSFS_AnyKernel3.zip"
0 commit comments