From b60b5e75a09a0a9cd14a8899944973b9fcd25b86 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 22 Feb 2017 04:50:52 +0000 Subject: [PATCH] [iwmfw] add 7265D firmware. --- sys/modules/iwmfw/Makefile | 2 +- sys/modules/iwmfw/iwm7265Dfw/Makefile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sys/modules/iwmfw/iwm7265Dfw/Makefile diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile index 42027a0f338..d38f5424153 100644 --- a/sys/modules/iwmfw/Makefile +++ b/sys/modules/iwmfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw +SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw .include diff --git a/sys/modules/iwmfw/iwm7265Dfw/Makefile b/sys/modules/iwmfw/iwm7265Dfw/Makefile new file mode 100644 index 00000000000..2033d5e0879 --- /dev/null +++ b/sys/modules/iwmfw/iwm7265Dfw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm7265Dfw +IMG= iwm-7265D-17 + +.include