File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ realtek-r8125-dkms (9.005.06-1) stable; urgency=medium
2+
3+ * Update Realtek r8125 driver to 9.005.06
4+
5+ -- Deokgyu Yang <secugyu@gmail.com> Fri, 04 Jun 2021 14:57:04 +0900
6+
17realtek-r8125-dkms (9.005.01-1) stable; urgency=medium
28
39 * Update Realtek r8125 driver to 9.005.01
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33NAME=realtek-r8125
4- VERSION=9.005.01
4+ VERSION=9.005.06
55
66set -e
77
Original file line number Diff line number Diff line change 99
1010DRV_DIR=" $( pwd) "
1111DRV_NAME=r8125
12- DRV_VERSION=9.005.01
12+ DRV_VERSION=9.005.06
1313
1414cp -r ${DRV_DIR} /usr/src/${DRV_NAME} -${DRV_VERSION}
1515
Original file line number Diff line number Diff line change 99
1010DRV_DIR=" $( pwd) "
1111DRV_NAME=r8125
12- DRV_VERSION=9.005.01
12+ DRV_VERSION=9.005.06
1313
1414dkms remove ${DRV_NAME} /${DRV_VERSION} --all
1515rm -rf /usr/src/${DRV_NAME} -${DRV_VERSION}
Original file line number Diff line number Diff line change 11PACKAGE_NAME="realtek-r8125"
2- PACKAGE_VERSION="9.005.01 "
2+ PACKAGE_VERSION="9.005.06 "
33PROCS_NUM=`nproc`
44[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
55MAKE="'make' -j$PROCS_NUM KVER=${kernelver} BSRC=/lib/modules/${kernelver} all"
You can’t perform that action at this time.
0 commit comments