svn commit: r313428 - in head/sys: conf modules/iwmfw/iwm8000Cfw
Adrian Chadd
adrian at FreeBSD.org
Wed Feb 8 07:07:24 UTC 2017
Author: adrian
Date: Wed Feb 8 07:07:23 2017
New Revision: 313428
URL: https://svnweb.freebsd.org/changeset/base/313428
Log:
[iwm] back this out to version 16 for now.
Since I'm manually playing the dragonflybsd iwm/iwmfw commits forward, I'm ..
well, this. This right here.
Modified:
head/sys/conf/files
head/sys/modules/iwmfw/iwm8000Cfw/Makefile
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Wed Feb 8 07:05:56 2017 (r313427)
+++ head/sys/conf/files Wed Feb 8 07:07:23 2017 (r313428)
@@ -1939,7 +1939,7 @@ iwm8000Cfw.fwo optional iwm8000Cfw | i
no-implicit-rule \
clean "iwm8000Cfw.fwo"
iwm8000C.fw optional iwm8000Cfw | iwmfw \
- dependency "$S/contrib/dev/iwm/iwm-8000C-17.fw.uu" \
+ dependency "$S/contrib/dev/iwm/iwm-8000C-16.fw.uu" \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm8000C.fw"
Modified: head/sys/modules/iwmfw/iwm8000Cfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/iwm8000Cfw/Makefile Wed Feb 8 07:05:56 2017 (r313427)
+++ head/sys/modules/iwmfw/iwm8000Cfw/Makefile Wed Feb 8 07:07:23 2017 (r313428)
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwm8000Cfw
-IMG= iwm-8000C-17
+IMG= iwm-8000C-16
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list