Skip to content

Commit

Permalink
Update Debian package version to 10.014.01-1
Browse files Browse the repository at this point in the history
  • Loading branch information
awesometic committed Nov 16, 2024
1 parent cad42af commit 4b7e69d
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 @@ -36,7 +36,7 @@ sudo dpkg -i realtek-r8126-dkms*.deb
> If multiple files selected by the wild card, you should type the specific version of the file.
>
> ```bash
> sudo dpkg -i realtek-r8126-dkms_10.013.00-1_amd64.deb
> sudo dpkg -i realtek-r8126-dkms_10.014.01-1_amd64.deb
> ```
If dependency error occurs, try to fix that with `apt` command.
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-r8126-dkms (10.014.01-1) stable; urgency=medium

* Update Realtek r8126 driver to 10.014.01
* Remove deprecated flag REMAKE_INITRD

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

realtek-r8126-dkms (10.013.00-1) stable; urgency=medium

* Initial package with r8126 10.013.00 driver by Realtek
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-r8126
VERSION=10.013.00
VERSION=10.014.01

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=r8126
DRV_VERSION=10.013.00
DRV_VERSION=10.014.01

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=r8126
DRV_VERSION=10.013.00
DRV_VERSION=10.014.01

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-r8126"
PACKAGE_VERSION="10.013.00"
PACKAGE_VERSION="10.014.01"
PROCS_NUM=`nproc`
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} BSRC=/lib/modules/${kernelver} modules"
Expand Down

0 comments on commit 4b7e69d

Please sign in to comment.