From ffa060d0a58bf4de4a2b7a73e09b8083f577f1a5 Mon Sep 17 00:00:00 2001 From: Peter Meiser Date: Fri, 2 Aug 2024 12:34:04 +0200 Subject: [PATCH] kernelsu: Set KSU_VERSION to 11872 For NonGKI devices, the v0.9.5 (11872) of KernelSU is the last version Change-Id: I5d913e6d2465c00f2ba3ad97f3857190d77b0f0a --- drivers/kernelsu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/kernelsu/Makefile b/drivers/kernelsu/Makefile index 669297563b1d..08f7f46d0fae 100644 --- a/drivers/kernelsu/Makefile +++ b/drivers/kernelsu/Makefile @@ -26,7 +26,7 @@ $(info -- KernelSU version: $(KSU_VERSION)) ccflags-y += -DKSU_VERSION=$(KSU_VERSION) else # If there is no .git file, the default version will be passed. $(warning "KSU_GIT_VERSION not defined! It is better to make KernelSU a git submodule!") -ccflags-y += -DKSU_VERSION=16 +ccflags-y += -DKSU_VERSION=11872 endif ifeq ($(shell grep -q " current_sid(void)" $(srctree)/security/selinux/include/objsec.h; echo $$?),0)