Skip to content

Commit d8a42cc

Browse files
author
Pascal Boeschoten
committed
Version & naming fixes
1 parent 861708b commit d8a42cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches/linux_uio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KDIR := /lib/modules/$(shell uname -r)/build
22
VERSION := $(shell uname -r)-$(shell cat uio_pci_dma.h | grep UIO_PCI_DMA_VERSION | cut -d\" -f2)
3-
DKMS_VERSION := 1.0.0
3+
DKMS_VERSION := 1.0.1
44

55
all: prepare
66
KDIR=$(KDIR) INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) make -C build/

patches/linux_uio/dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PACKAGE_VERSION="11.3.7"
22

33
# Items below here should not have to change with each driver version
4-
PACKAGE_NAME="pda_kadapter_dkms"
4+
PACKAGE_NAME="pda-kadapter-dkms"
55
MAKE[0]="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
66
CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
77
BUILT_MODULE_NAME[0]="uio_pci_dma"

patches/linux_uio/pda_kadapter_dkms.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define module pda-kadapter-dkms
2-
%define version 1.0.0
2+
%define version 1.0.1
33

44
Summary: PDA kernel adapter DKMS package
55
Name: %{module}

0 commit comments

Comments
 (0)