aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/shim.make7
-rw-r--r--files/wireguard.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/files/shim.make b/files/shim.make
new file mode 100644
index 0000000..44d7997
--- /dev/null
+++ b/files/shim.make
@@ -0,0 +1,7 @@
+modules:
+ @$(MAKE) -C $(KERNEL_SRC) M=$$(readlink -f ../WireGuard/src) modules
+
+modules_install:
+ @$(MAKE) -C $(KERNEL_SRC) M=$$(readlink -f ../WireGuard/src) modules_install
+
+.PHONY: modules modules_install
diff --git a/files/wireguard.xml b/files/wireguard.xml
new file mode 100644
index 0000000..897429d
--- /dev/null
+++ b/files/wireguard.xml
@@ -0,0 +1,4 @@
+<manifest>
+ <remote name="zx2c4" fetch="https://git.zx2c4.com/" />
+ <project remote="zx2c4" name="WireGuard" path="WireGuard" revision="master" />
+</manifest>