Skip to content

Commit 8ce01e9

Browse files
committed
pkg: release v2.10-1
Version bump for v2.10 release. Includes PR #48 fixes (build-check exit code, CI shell injection, DKMS clean, firmware bounds check, spec dedup, test numbering) and regenerated BT patches. Signed-off-by: Javier Tia <floss@jetm.me>
1 parent 09e0fde commit 8ce01e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = mediatek-mt7927-dkms
22
pkgdesc = DKMS Bluetooth (MT6639) and WiFi (MT7925e/MT7902) modules for MediaTek MT7927 Filogic 380
3-
pkgver = 2.9
3+
pkgver = 2.10
44
pkgrel = 1
55
url = https://github.com/jetm/mediatek-mt7927-dkms
66
install = mediatek-mt7927-dkms.install

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Place the ZIP in this directory before running makepkg.
4646

4747
pkgname=mediatek-mt7927-dkms
48-
pkgver=2.9
48+
pkgver=2.10
4949
pkgrel=1
5050
# Keywords: MT7927 MT7925 MT6639 MT7902 Filogic 380 WiFi 7 Bluetooth btusb mt7925e mt7921e
5151
pkgdesc="DKMS Bluetooth (MT6639) and WiFi (MT7925e/MT7902) modules for MediaTek MT7927 Filogic 380"

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="mediatek-mt7927"
2-
PACKAGE_VERSION="2.9"
2+
PACKAGE_VERSION="2.10"
33

44
# Auto-detect LLVM/Clang toolchain (e.g. CachyOS) from kernel config
55
_LLVM="$(grep -qs '^CONFIG_CC_IS_CLANG=y' ${kernel_source_dir}/.config && echo LLVM=1)"

0 commit comments

Comments
 (0)