Files
packages/anda/system/logitech-rs50-linux-driver/dkms/dkms.conf
T
Luan Vitor Simião Oliveira 3754f60187 ship our own dkms.conf (#11874)
upstream builds the module inside the source directory,
which prevents it being removed on upgrade/remove.
also prevents build failures due to the patch failing to apply
2026-05-03 16:26:16 -05:00

11 lines
269 B
Plaintext

PACKAGE_NAME="logitech-rs50-linux-driver"
PACKAGE_VERSION="__VERSION_STRING"
AUTOINSTALL="yes"
MAKE[0]="'make' KVERSION=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="hid-logitech-hidpp"
DEST_MODULE_NAME[0]="hid-logitech-hidpp"
DEST_MODULE_LOCATION[0]="/extra"