From 4901b6eb1613e94bbfa7b485860317ce9fea6c5a Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Tue, 22 Oct 2019 13:47:34 +0200 Subject: [PATCH] [dist] add missing DKMS destination location Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- software/dkms.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/dkms.conf b/software/dkms.conf index d16b4225..978645a7 100644 --- a/software/dkms.conf +++ b/software/dkms.conf @@ -13,4 +13,6 @@ BUILT_MODULE_LOCATION[0]="htvic/driver" BUILT_MODULE_LOCATION[1]="i2c-ocores/drivers/i2c/busses" BUILT_MODULE_LOCATION[2]="spi-ocores/drivers/spi" DEST_MODULE_LOCATION[0]="/updates" +DEST_MODULE_LOCATION[1]="/updates" +DEST_MODULE_LOCATION[2]="/updates" AUTOINSTALL="yes" -- GitLab