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.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernels/marlin/do.bash b/kernels/marlin/do.bash
new file mode 100644
index 0000000..b568033
--- /dev/null
+++ b/kernels/marlin/do.bash
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -ex
+BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
+patch -d WireGuard -p1 < "$BASE/tvec_base_deferrable-hack.patch"