mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[iwmfw] add 7265D firmware.
This commit is contained in:
parent
d4dd31fd5e
commit
b60b5e75a0
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw
|
||||
SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
6
sys/modules/iwmfw/iwm7265Dfw/Makefile
Normal file
6
sys/modules/iwmfw/iwm7265Dfw/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
KMOD= iwm7265Dfw
|
||||
IMG= iwm-7265D-17
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue