mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-07-25 08:53:52 +00:00
Pin bmax121/KernelPatch (incl. its recent 4.14 kallsyms fix) under kmod/third_party/. Makefile defaults KP_DIR to the submodule, so `make kpm` works out of the box (after submodule init) and CI can build the .kpm reproducibly.
7 lines
311 B
Text
7 lines
311 B
Text
[submodule "zygisk/third_party/android-inline-hook"]
|
|
path = zygisk/third_party/android-inline-hook
|
|
url = https://github.com/okhsunrog/android-inline-hook.git
|
|
branch = vpnhide-zygisk
|
|
[submodule "kmod/third_party/KernelPatch"]
|
|
path = kmod/third_party/KernelPatch
|
|
url = https://github.com/bmax121/KernelPatch
|