From 24097f14802e5b176bdedfeebedf56ea067fa444 Mon Sep 17 00:00:00 2001 From: "Dennis E. Mungai" Date: Thu, 28 Jun 2018 11:54:12 +0300 Subject: [PATCH] The /extra module target is invalid on current kernels The previous installation target is invalid on current kernels and the module could not be loaded. This proposal fixes that. --- dkms.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dkms.conf b/dkms.conf index cfac8ac..9b225c8 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,10 +1,10 @@ PACKAGE_NAME=tuxedo_keyboard PACKAGE_VERSION=1 -DEST_MODULE_LOCATION=/extra +DEST_MODULE_LOCATION=/kernel/lib/ BUILT_MODULE_NAME=tuxedo_keyboard BUILT_MODULE_LOCATION=src/ MAKE="make -C . KERNELDIR=/lib/modules/${kernelver}/build" CLEAN="make -C src/ clean" -AUTOINSTALL="yes" \ No newline at end of file +AUTOINSTALL="yes"