summarylogtreecommitdiffstats
path: root/virtualbox-host-dkms.conf
diff options
context:
space:
mode:
authorWinston Wu2017-09-16 02:26:56 +0000
committerWinston Wu2017-09-16 02:26:56 +0000
commit25cb856de2bec271927643ba0721745c34dacc0b (patch)
tree1343b41463ec3ce2a372d0630f52972e706a1e1a /virtualbox-host-dkms.conf
downloadaur-25cb856de2bec271927643ba0721745c34dacc0b.tar.gz
Initial commit
Diffstat (limited to 'virtualbox-host-dkms.conf')
-rw-r--r--virtualbox-host-dkms.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/virtualbox-host-dkms.conf b/virtualbox-host-dkms.conf
new file mode 100644
index 000000000000..f00a1f49d982
--- /dev/null
+++ b/virtualbox-host-dkms.conf
@@ -0,0 +1,43 @@
+## @file
+# Linux DKMS config script for the VirtualBox guest kernel modules
+#
+
+#
+# Copyright (C) 2006-2015 Oracle Corporation
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+
+PACKAGE_NAME="vboxhost"
+PACKAGE_VERSION=@VERSION@_OSE
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME[0]="vboxdrv"
+MAKE[0]="make"
+CLEAN[0]="make clean"
+BUILT_MODULE_LOCATION[0]="vboxdrv"
+DEST_MODULE_LOCATION[0]="/kernel/misc"
+
+BUILT_MODULE_NAME[1]="vboxnetflt"
+MAKE[1]="make"
+CLEAN[1]="make clean"
+BUILT_MODULE_LOCATION[1]="vboxnetflt"
+DEST_MODULE_LOCATION[1]="/kernel/misc"
+
+BUILT_MODULE_NAME[2]="vboxnetadp"
+MAKE[2]="make"
+CLEAN[2]="make clean"
+BUILT_MODULE_LOCATION[2]="vboxnetadp"
+DEST_MODULE_LOCATION[2]="/kernel/misc"
+
+BUILT_MODULE_NAME[3]="vboxpci"
+MAKE[3]="make"
+CLEAN[3]="make clean"
+BUILT_MODULE_LOCATION[3]="vboxpci"
+DEST_MODULE_LOCATION[3]="/kernel/misc"