Files
packages/anda/system/logitech-rs50-linux-driver/dkms/dkms.conf
T
Raboneko ba50869e37 ship our own dkms.conf (#11874) (#11878)
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

(cherry picked from commit 3754f60187)

Co-authored-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com>
2026-05-03 16:29:27 -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"