]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mt76: add module build framework and man pages
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 18 Apr 2023 14:30:20 +0000 (14:30 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 23 Apr 2023 21:31:07 +0000 (21:31 +0000)
commit3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6
tree715c2883d769174f8afab99eb5a613dba7d36fbe
parent6c92544d7c9722a3fe6263134938d1f864c158c5
mt76: add module build framework and man pages

Add framework to build if_mt7915 and if_mt7921 with LinuxKPI
as well as initial man pages for the two mt76 chipset drivers.

MFC after: 2 months
share/man/man4/mt7915.4 [new file with mode: 0644]
share/man/man4/mt7921.4 [new file with mode: 0644]
sys/modules/mt76/Makefile [new file with mode: 0644]
sys/modules/mt76/Makefile.inc [new file with mode: 0644]
sys/modules/mt76/core/Makefile [new file with mode: 0644]
sys/modules/mt76/mt7915/Makefile [new file with mode: 0644]
sys/modules/mt76/mt7921/Makefile [new file with mode: 0644]