svn commit: r208591 - head/sys/modules/iwnfw

Rui Paulo rpaulo at FreeBSD.org
Thu May 27 12:54:43 UTC 2010


Author: rpaulo
Date: Thu May 27 12:54:42 2010
New Revision: 208591
URL: http://svn.freebsd.org/changeset/base/208591

Log:
  Revert r208590. A license ack is not needed as per r186984.

Modified:
  head/sys/modules/iwnfw/Makefile.inc

Modified: head/sys/modules/iwnfw/Makefile.inc
==============================================================================
--- head/sys/modules/iwnfw/Makefile.inc	Thu May 27 12:11:21 2010	(r208590)
+++ head/sys/modules/iwnfw/Makefile.inc	Thu May 27 12:54:42 2010	(r208591)
@@ -9,7 +9,10 @@ CLEANFILES+=	${_FIRM}
 
 FIRMWS=	${_FIRM}:${KMOD}
 
-FIRMWARE_LICENSE=	intel_iwn
+#
+# Note that a license ack is not needed for iwn.
+#
+#FIRMWARE_LICENSE=
 
 ${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwn/${_FIRM}.uu
 	uudecode -p $? > ${.TARGET}


More information about the svn-src-all mailing list