svn commit: r211063 - head/sys/conf

Bernhard Schmidt bschmidt at FreeBSD.org
Sun Aug 8 08:43:02 UTC 2010


Author: bschmidt
Date: Sun Aug  8 08:43:01 2010
New Revision: 211063
URL: http://svn.freebsd.org/changeset/base/211063

Log:
  License ACK is not required for the wpifw module nor when building
  it into the kernel.
  
  PR:		conf/148758
  Submitted by:	Joe Talbott <josepht at dragonflybsd.org>
  MFC after:	3 days

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Aug  8 08:22:53 2010	(r211062)
+++ head/sys/conf/files	Sun Aug  8 08:43:01 2010	(r211063)
@@ -1859,7 +1859,7 @@ dev/wi/if_wi_pccard.c		optional wi pccar
 dev/wi/if_wi_pci.c		optional wi pci
 dev/wl/if_wl.c			optional wl isa
 wpifw.c			optional wpifw					\
-	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -lintel_wpi -mwpi -c${.TARGET}" \
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
 	no-implicit-rule before-depend local				\
 	clean		"wpifw.c"
 wpifw.fwo			optional wpifw				\


More information about the svn-src-all mailing list