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

Rui Paulo rpaulo at FreeBSD.org
Thu May 27 12:11:21 UTC 2010


Author: rpaulo
Date: Thu May 27 12:11:21 2010
New Revision: 208590
URL: http://svn.freebsd.org/changeset/base/208590

Log:
  Make the user ack the license before using this firmware.
  
  MFC after:	3 days

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

Modified: head/sys/modules/iwnfw/Makefile.inc
==============================================================================
--- head/sys/modules/iwnfw/Makefile.inc	Thu May 27 10:05:40 2010	(r208589)
+++ head/sys/modules/iwnfw/Makefile.inc	Thu May 27 12:11:21 2010	(r208590)
@@ -9,5 +9,7 @@ CLEANFILES+=	${_FIRM}
 
 FIRMWS=	${_FIRM}:${KMOD}
 
+FIRMWARE_LICENSE=	intel_iwn
+
 ${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwn/${_FIRM}.uu
 	uudecode -p $? > ${.TARGET}


More information about the svn-src-all mailing list