KernelSU_Action
KernelSU_Action copied to clipboard
A action for build KernelSU into your kernel
 KERNEL_SOURCE=https://github.com/crdroidandroid/android_kernel_motorola_sm7325 KERNEL_SOURCE_BRANCH=lineage-20
大部分内核源码无法编译出可开机的内核,但是可以编译出内核模块,并且内核模块的通用性很强,对于非gki设备,几乎每台设备的每个版本的系统都需要单独构建内核,lkm工作模式我的非gki设备使用安卓11的内核源码编译出的.ko内核模块能在安卓13的MIUI14上面正常使用,我的设备并没有可用的安卓13的内核源码,但是lkm可以让kernelsu在安卓13上面工作,我希望能增加对lkm的自动构建。
Hi Is it possible to support [path_umount](https://github.com/tiann/KernelSU/commit/b4cfc2f2980b5904d045b04931c67aa7d11a8c80)?
刚开始接触这个东西不是很懂  这个是我修改的部分 