Revert "[1.0] Drop Non-GKI Support (#1483)"

This reverts commit 898e9d4f8c.
This commit is contained in:
Rifat Azad
2024-12-24 06:54:08 +06:00
parent cf75aa4a11
commit f929e40295
14 changed files with 581 additions and 11 deletions
+3
View File
@@ -94,4 +94,7 @@ module_exit(kernelsu_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("weishu");
MODULE_DESCRIPTION("Android KernelSU");
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0)
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
#endif