<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e8166d7f378bb449315aff535909c153f3e71daf - LinuxKPI wlan drivers: update makefiles to not use WITH_</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#e8166d7f378bb449315aff535909c153f3e71daf</link>
        <description>LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide with other mechanisms like WITH_ and WITHOUT_from src.conf.Adjust the local variables to use a driver name prefix for now to controlwhat is built and what is not.These variables are mainly for the time of development so we canturn off/on a feature or bus attachment while working on it.  Otherwisethey are there for documentation purposes.  The only reason one wouldchange them locally would be if someone was to build a very customimage and not want certain bits (e.g., USB support) being compiled intothe modules.While here, try to harmonize some parts of the Makefiles.Suggested by:	impDiscussed with:	impReviewed by:	impSponsored by:	The FreeBSD FoundationMFC after:	3 daysDifferential Revision: https://reviews.freebsd.org/D55977

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Fri, 20 Mar 2026 00:02:05 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ba4d145d351db26e07695b8e90697398c5dfec2 - mt76: update Mediatek&apos;s mt76 driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#8ba4d145d351db26e07695b8e90697398c5dfec2</link>
        <description>mt76: update Mediatek&apos;s mt76 driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).Sponsored by:   The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Fri, 02 May 2025 13:27:19 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7728586800bd5bb4655cff6d661133ed10cc2ff7 - mt76: add mt7615 to the pile of buildable drivers</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#7728586800bd5bb4655cff6d661133ed10cc2ff7</link>
        <description>mt76: add mt7615 to the pile of buildable driversIgnoring page_pools with the few needed adjustments and ignoring 7622mt7615 seems to build as well.  Add it so once we can connect it tothe build people can start testing and debugging.(The actual work was done on a newer version of the mt76 drivers butit seems the to-build-changes equally apply here already).Requested by:	Radu-Cristian Fotescu (freebsd-wireless, 2024-07-31)Sponsored by:	The FreeBSD FoundationMFC after:	3 days

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 20:38:05 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbb3ec25236ba72f91cbdf23f8b78b9d1af0cedf - mt76: update driver from upstream</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#cbb3ec25236ba72f91cbdf23f8b78b9d1af0cedf</link>
        <description>mt76: update driver from upstreamThis is a set of updates of the mt76 driver based on wireless-testing(wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1),  This adds support for mt7996 as well.(wt-2023-06-09) 7bd20e011626ccc3ad53e57873452b1716fcfaaa (after v6.4-rc5),(wt-2023-07-24) 62e409149b62a285e89018e49b2e115757fb9022 (after v6.5-rc3),(wt-2023-08-06) 2a220a15be657a24868368892e3e2caba2115283 (after v6.5-rc4).The current version of LinuxKPI lacks support for &quot;page pool&quot; whichneeds enhancing and updating a decade or so old shortcut mappingstruct page directly to struct vm_page.MFC after:	20 days

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Wed, 24 May 2023 01:03:09 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6 - mt76: add module build framework and man pages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mt76/Makefile#3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6</link>
        <description>mt76: add module build framework and man pagesAdd framework to build if_mt7915 and if_mt7921 with LinuxKPIas well as initial man pages for the two mt76 chipset drivers.MFC after:	2 months

            List of files:
            /freebsd/sys/modules/mt76/Makefile</description>
        <pubDate>Tue, 18 Apr 2023 16:30:20 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
