add kernelsu next

Dieser Commit ist enthalten in:
2025-02-18 16:47:41 +09:00
Ursprung 83baf62a21
Commit 8062222ad7
5 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen

4
.gitmodules vendored Normale Datei
Datei anzeigen

@@ -0,0 +1,4 @@
[submodule "KernelSU-Next"]
path = KernelSU-Next
url = https://github.com/rifsxd/KernelSU-Next
branch = next

1
KernelSU-Next Submodul

Submodul KernelSU-Next hinzugefügt bei 5ca5e2b027

Datei anzeigen

@@ -282,4 +282,5 @@ source "drivers/secdp/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "drivers/battery/common/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "drivers/input/sec_input/stm_spi/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "drivers/mfd/slsi/s2mpb02/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "drivers/kernelsu/Kconfig"
endmenu

Datei anzeigen

@@ -229,3 +229,5 @@ obj-y += usb/typec/maxim/ # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
obj-y += battery/common/ # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
obj-y += input/sec_input/stm_spi/ # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
obj-y += mfd/slsi/s2mpb02/ # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
obj-$(CONFIG_KSU) += kernelsu/

1
drivers/kernelsu Softlink
Datei anzeigen

@@ -0,0 +1 @@
../KernelSU-Next/kernel