Initial commit
All checks were successful
Build package / build-package (push) Successful in 5m11s

This commit is contained in:
2025-07-10 08:02:01 +08:00
commit ca56de4987
21 changed files with 1339 additions and 0 deletions

15
dkms.conf.in Normal file
View File

@@ -0,0 +1,15 @@
# Linux DKMS config script for the VMware guest kernel modules
PACKAGE_NAME="@PKGNAME@"
PACKAGE_VERSION="@PKGVER@"
MAKE="make KVERSION=$kernelver SRCDIR=/usr/src/$PACKAGE_NAME-$PACKAGE_VERSION"
CLEAN=true
AUTOINSTALL="YES"
BUILT_MODULE_NAME[0]="vmmon"
BUILT_MODULE_LOCATION[0]='vmmon-only'
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
BUILT_MODULE_NAME[1]="vmnet"
BUILT_MODULE_LOCATION[1]='vmnet-only'
DEST_MODULE_LOCATION[1]="/kernel/drivers/net"