aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin/do.bash
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/marlin/do.bash')
-rw-r--r--kernels/marlin/do.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/marlin/do.bash b/kernels/marlin/do.bash
index e9b4526..c53b155 100644
--- a/kernels/marlin/do.bash
+++ b/kernels/marlin/do.bash
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
-patch -d WireGuard -p1 < "$BASE/tvec_base_deferrable-hack.patch"
+patch -d wireguard-linux-compat -p1 < "$BASE/tvec_base_deferrable-hack.patch"
echo 'EXT_MODULES="${EXT_MODULES} wireguard"' >> private/msm-google/build.config
./build/build.sh
readlink -f out/android-msm-marlin-3.18/dist/wireguard.ko >&7