summaryrefslogtreecommitdiffstatshomepage
path: root/src/dkms.conf
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-06 19:00:41 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 21:31:11 +0100
commitbeeb7e9278a71f128978fc82829abefde6686a7c (patch)
tree1869f3aa7275ab8245a7763765123297f92d2737 /src/dkms.conf
parenttests: directly kill nmap (diff)
downloadwireguard-monolithic-historical-beeb7e9278a71f128978fc82829abefde6686a7c.tar.xz
wireguard-monolithic-historical-beeb7e9278a71f128978fc82829abefde6686a7c.zip
build system: add dkms installation
Diffstat (limited to 'src/dkms.conf')
-rw-r--r--src/dkms.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dkms.conf b/src/dkms.conf
new file mode 100644
index 0000000..e53fbba
--- /dev/null
+++ b/src/dkms.conf
@@ -0,0 +1,9 @@
+PACKAGE_NAME="wireguard"
+PACKAGE_VERSION="0.0.20161129"
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME="wireguard"
+DEST_MODULE_LOCATION="/kernel/net"
+
+# requires kernel 4.1 or greater:
+BUILD_EXCLUSIVE_KERNEL="^(4\.[^0]|[5-9])"