[WireGuard] [PATCH 1/1] add DKMS configuration file
list at eworm.de
list at eworm.de
Tue Jun 28 22:02:15 CEST 2016
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
src/dkms.conf | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 src/dkms.conf
diff --git a/src/dkms.conf b/src/dkms.conf
new file mode 100644
index 0000000..8535afd
--- /dev/null
+++ b/src/dkms.conf
@@ -0,0 +1,11 @@
+#
+# Linux DKMS config script for the WireGuard kernel module
+#
+
+PACKAGE_NAME="wireguard"
+PACKAGE_VERSION=0.0.0
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME="wireguard"
+DEST_MODULE_LOCATION="/kernel/net"
+
--
2.9.0
More information about the WireGuard
mailing list