Skip to content

Commit

Permalink
Update Debian package version to 2.19.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
awesometic committed Nov 16, 2024
1 parent cfedce4 commit d1f0f12
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Download the latest Debian package from the Release tab on the Github repository
Then enter the following command.

```bash
sudo dpkg -i realtek-r8152-dkms*.deb
sudo dpkg -i realtek-r8152-dkms-2.19.2-1*.deb
```

> If multiple files selected by the wild card, you should type the specific version of the file.
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
realtek-r8152-dkms (2.19.2-1) stable; urgency=medium

* Update Realtek r8152 driver to 2.19.2
* Remove deprecated flag REMAKE_INITRD

-- Deokgyu Yang <[email protected]> Sat, 16 Nov 2024 19:43:04 +0900

realtek-r8152-dkms (2.18.1-1) stable; urgency=medium

* Update Realtek r8152 driver to 2.18.1
Expand Down
2 changes: 1 addition & 1 deletion debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

NAME=realtek-r8152
VERSION=2.18.1
VERSION=2.19.2

msg() {
echo "realtek-r8152-dkms: $@"
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=r8152
DRV_VERSION=2.18.1
DRV_VERSION=2.19.2

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=r8152
DRV_VERSION=2.18.1
DRV_VERSION=2.19.2

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-r8152"
PACKAGE_VERSION="2.18.1"
PACKAGE_VERSION="2.19.2"
PROCS_NUM=`nproc`
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
MAKE="'make' -j$PROCS_NUM modules"
Expand Down

0 comments on commit d1f0f12

Please sign in to comment.