Kconfig : Make KSU depends on OVERLAY_FS (#25)
As KernelSU now support modules and mounting system as R/W using overlayfs, it's time to require overlayfs when trying to compile it.
This commit is contained in:
@@ -2,5 +2,6 @@ config KSU
|
|||||||
tristate "KernelSU module"
|
tristate "KernelSU module"
|
||||||
default y
|
default y
|
||||||
depends on KPROBES
|
depends on KPROBES
|
||||||
|
depends on OVERLAY_FS
|
||||||
help
|
help
|
||||||
This is the KSU privilege driver for android system.
|
This is the KSU privilege driver for android system.
|
||||||
|
|||||||
Reference in New Issue
Block a user