Skip to content

Commit

Permalink
Update version to 9.005.06-1
Browse files Browse the repository at this point in the history
Signed-off-by: Deokgyu Yang <[email protected]>
  • Loading branch information
awesometic committed Jun 4, 2021
1 parent bc14438 commit 3cc4887
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
realtek-r8125-dkms (9.005.06-1) stable; urgency=medium

* Update Realtek r8125 driver to 9.005.06

-- Deokgyu Yang <[email protected]> Fri, 04 Jun 2021 14:57:04 +0900

realtek-r8125-dkms (9.005.01-1) stable; urgency=medium

* Update Realtek r8125 driver to 9.005.01
Expand Down
2 changes: 1 addition & 1 deletion debian/prerm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

NAME=realtek-r8125
VERSION=9.005.01
VERSION=9.005.06

set -e

Expand Down
2 changes: 1 addition & 1 deletion dkms-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

DRV_DIR="$(pwd)"
DRV_NAME=r8125
DRV_VERSION=9.005.01
DRV_VERSION=9.005.06

cp -r ${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion dkms-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

DRV_DIR="$(pwd)"
DRV_NAME=r8125
DRV_VERSION=9.005.01
DRV_VERSION=9.005.06

dkms remove ${DRV_NAME}/${DRV_VERSION} --all
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-r8125"
PACKAGE_VERSION="9.005.01"
PACKAGE_VERSION="9.005.06"
PROCS_NUM=`nproc`
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} BSRC=/lib/modules/${kernelver} all"
Expand Down

0 comments on commit 3cc4887

Please sign in to comment.