You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: KSU_VERSION fallback version bumped -> 11998
This commit is contained in:
@@ -26,7 +26,7 @@ $(info -- KernelSU version: $(KSU_VERSION))
|
|||||||
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
|
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
|
||||||
else # If there is no .git file, the default version will be passed.
|
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!")
|
$(warning "KSU_GIT_VERSION not defined! It is better to make KernelSU a git submodule!")
|
||||||
ccflags-y += -DKSU_VERSION=11986
|
ccflags-y += -DKSU_VERSION=11998
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(shell grep -q " current_sid(void)" $(srctree)/security/selinux/include/objsec.h; echo $$?),0)
|
ifeq ($(shell grep -q " current_sid(void)" $(srctree)/security/selinux/include/objsec.h; echo $$?),0)
|
||||||
|
|||||||
Reference in New Issue
Block a user