svn commit: r314079 - in head/sys/modules/iwmfw: . iwm7265Dfw

Adrian Chadd adrian at FreeBSD.org
Wed Feb 22 04:50:53 UTC 2017


Author: adrian
Date: Wed Feb 22 04:50:52 2017
New Revision: 314079
URL: https://svnweb.freebsd.org/changeset/base/314079

Log:
  [iwmfw] add 7265D firmware.

Added:
  head/sys/modules/iwmfw/iwm7265Dfw/
  head/sys/modules/iwmfw/iwm7265Dfw/Makefile   (contents, props changed)
Modified:
  head/sys/modules/iwmfw/Makefile

Modified: head/sys/modules/iwmfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/Makefile	Wed Feb 22 04:44:08 2017	(r314078)
+++ head/sys/modules/iwmfw/Makefile	Wed Feb 22 04:50:52 2017	(r314079)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw
+SUBDIR=	iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
 
 .include <bsd.subdir.mk>

Added: head/sys/modules/iwmfw/iwm7265Dfw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/iwmfw/iwm7265Dfw/Makefile	Wed Feb 22 04:50:52 2017	(r314079)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD=	iwm7265Dfw
+IMG=	iwm-7265D-17
+
+.include <bsd.kmod.mk>


More information about the svn-src-head mailing list