vpnhide/.gitmodules
okhsunrog c36cf505a6 kmod/kpm: vendor KernelPatch as a submodule; make kpm builds with no args
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.
2026-06-26 16:29:07 +03:00

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