Skip to content

Commit

Permalink
kernelsu: Set KSU_VERSION to 11872
Browse files Browse the repository at this point in the history
For NonGKI devices, the v0.9.5 (11872) of KernelSU is the last version

Change-Id: I5d913e6d2465c00f2ba3ad97f3857190d77b0f0a
  • Loading branch information
meiser79 authored and kyasu committed Dec 7, 2024
1 parent ae3b7a9 commit ffa060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/kernelsu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ffa060d

Please sign in to comment.