Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit b52af8c

Browse files
committed
Veux: attempt to make ksu work
Signed-off-by: Onelots <onelots@onelots.fr>
1 parent e23ff74 commit b52af8c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/kernel_veux_build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build KernelSU-Next for OnePlus-7-Serie
1+
name: Build KernelSU-Next for Redmi Note 11 Pro 5G (Veux)
22

33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: ⚡ Checkout kernel's sourcecode and clone submodules
2222
run: |
23-
git clone --depth=1 https://github.com/PaimonLab/kernel_xiaomi_veux/ kernel_xiaomi_veux -b 15-KSU
23+
git clone --depth=1 https://github.com/PaimonLab/kernel_xiaomi_veux/ kernel_xiaomi_veux -b 15-ksu
2424
2525
- name: 📅 Export date of build
2626
run: |
@@ -58,6 +58,10 @@ jobs:
5858
ZIP_NAME="Kernel-Paimon-${DEVICE_CODENAME}-${KERNEL_VERSION}-$(date +%d%m%Y).zip"
5959
6060
cp out/arch/arm64/boot/Image Anykernel/
61+
cp out/arch/arm64/boot/dtbo.img Anykernel
62+
cp out/arch/arm64/boot/dts/vendor/xiaomi/peux.dtb Anykernel/dtb
63+
64+
cp ../ksu.bdf Anykernel/
6165
6266
cd Anykernel && zip -r9 $ZIP_NAME ./*
6367
mv $ZIP_NAME ../../

ksu.bdf

912 KB
Binary file not shown.

0 commit comments

Comments
 (0)