We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fc1be commit 17bd28dCopy full SHA for 17bd28d
kernel/Makefile
@@ -44,7 +44,7 @@ endif
44
45
obj-$(CONFIG_KSU) += kernelsu.o
46
47
-KSU_MANUAL_VERSION := 12528
+KSU_MANUAL_VERSION := 12530
48
49
ifeq ($(strip $(KSU_MANUAL_VERSION)),)
50
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
@@ -57,7 +57,7 @@ ifeq ($(strip $(KSU_MANUAL_VERSION)),)
57
else
58
# .git is a text file while the module is imported by 'git submodule add'.
59
$(warning "KSU_GIT_VERSION not defined! Using default version.")
60
- KSU_VERSION := 12528
+ KSU_VERSION := 12530
61
$(info -- KernelSU version (Default): $(KSU_VERSION))
62
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
63
endif
0 commit comments