Skip to content

Commit a62f3ad

Browse files
authored
Update build.yml
1 parent 2c69432 commit a62f3ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
fi
345345
346346
- name: Add BBG
347-
if: true
347+
if: false
348348
working-directory: ${{ env.KERNEL_ROOT }}
349349
run: |
350350
curl -LSs https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
@@ -402,6 +402,11 @@ jobs:
402402
cat >> "${{ env.DEFCONFIG }}" << 'EOF'
403403
# KernelSU Configuration
404404
CONFIG_KSU=y
405+
406+
CONFIG_KPROBES=y
407+
CONFIG_HAVE_KPROBES=y
408+
CONFIG_KPROBE_EVENTS=y
409+
405410
CONFIG_KSU_SUSFS=y
406411
407412
# Mountify Support

0 commit comments

Comments
 (0)