Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 12:11:21 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208590 - head/sys/modules/iwnfw
Message-ID:  <201005271211.o4RCBLmU067092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271211.o4RCBLmU067092>