As KernelSU now support modules and mounting system as R/W using overlayfs, it's time to require overlayfs when trying to compile it.
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
config KSU
|
|
tristate "KernelSU module"
|
|
default y
|
|
depends on KPROBES
|
|
depends on OVERLAY_FS
|
|
help
|
|
This is the KSU privilege driver for android system.
|