aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-29 22:30:41 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-29 22:30:41 +0100
commit09af354e48e6693b3d47664c8279e74a5361161e (patch)
treeee4edd65e4b1e897b11c4ed7d3450acf95f553ab /kernels/marlin
parentNovember update (diff)
downloadandroid-wireguard-module-builder-09af354e48e6693b3d47664c8279e74a5361161e.tar.xz
android-wireguard-module-builder-09af354e48e6693b3d47664c8279e74a5361161e.zip
repo: use new wireguard-linux-compat repo for building
Diffstat (limited to '')
-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