Skip to content

Commit 3ace421

Browse files
committed
Update Debian package version to 2.16.3-1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
1 parent ac1c181 commit 3ace421

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
realtek-r8152-dkms (2.16.3-1) stable; urgency=medium
2+
3+
* Initial release with Realtek RTL8152 2.16.3 driver
4+
5+
-- Deokgyu Yang <secugyu@gmail.com> Mon, 26 Sep 2022 17:09:32 +0900
6+
17
realtek-r8152-dkms (2.16.1-1) stable; urgency=medium
28

39
* Initial release with Realtek RTL8152 2.16.1 driver

dkms-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
DRV_DIR="$(pwd)"
1111
DRV_NAME=r8152
12-
DRV_VERSION=2.16.1
12+
DRV_VERSION=2.16.3
1313

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

dkms-remove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
DRV_DIR="$(pwd)"
1111
DRV_NAME=r8152
12-
DRV_VERSION=2.16.1
12+
DRV_VERSION=2.16.3
1313

1414
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
1515
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="realtek-r8152"
2-
PACKAGE_VERSION="2.16.1"
2+
PACKAGE_VERSION="2.16.3"
33
PROCS_NUM=`nproc`
44
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
55
MAKE="'make' -j$PROCS_NUM modules"

0 commit comments

Comments
 (0)