We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59fca1 commit 5e42a00Copy full SHA for 5e42a00
patches/linux_uio/Makefile
@@ -1,6 +1,6 @@
1
KDIR := /lib/modules/$(shell uname -r)/build
2
VERSION := $(shell uname -r)-$(shell cat uio_pci_dma.h | grep UIO_PCI_DMA_VERSION | cut -d\" -f2)
3
-DKMS_VERSION := 1.2.0
+DKMS_VERSION := 2.0.0
4
DKMS_DIR=pda-kadapter-dkms-${DKMS_VERSION}
5
6
all: prepare
patches/linux_uio/dkms.conf
@@ -1,4 +1,4 @@
-PACKAGE_VERSION="1.2.0"
+PACKAGE_VERSION="2.0.0"
# Items below here should not have to change with each driver version
PACKAGE_NAME="pda-kadapter-dkms"
patches/linux_uio/pda_kadapter_dkms.spec
@@ -1,5 +1,5 @@
%define module pda-kadapter-dkms
-%define version 1.2.0
+%define version 2.0.0
Summary: PDA kernel adapter DKMS package
Name: %{module}
0 commit comments