Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2026 21:09:12 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 05a157596b9f - stable/15 - mt76: update module Makefile for v7.0 driver version
Message-ID:  <69e938f8.30091.451acb74@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=05a157596b9fbaf16b0b877ae1739b7576e817d0

commit 05a157596b9fbaf16b0b877ae1739b7576e817d0
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-04-18 21:02:57 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-04-22 20:57:13 +0000

    mt76: update module Makefile for v7.0 driver version
    
    Update LINUXKPI_VERSION to reflect that the driver is based on
    Linux v7.0.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 1c50cb1d75625bea2ba928697ea1cbafa29dd245)
---
 sys/modules/mt76/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/mt76/Makefile.inc b/sys/modules/mt76/Makefile.inc
index b44dcd2e2e82..5aa19fe183af 100644
--- a/sys/modules/mt76/Makefile.inc
+++ b/sys/modules/mt76/Makefile.inc
@@ -45,5 +45,5 @@ CFLAGS+=	${LINUXKPI_INCLUDES}
 #CFLAGS+=	-ferror-limit=0
 
 CFLAGS+=        -DKBUILD_MODNAME='"${MT76_DRIVER_NAME}"'
-CFLAGS+=	-DLINUXKPI_VERSION=61900
+CFLAGS+=	-DLINUXKPI_VERSION=70000
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e938f8.30091.451acb74>