Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2010 08:43:01 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211063 - head/sys/conf
Message-ID:  <201008080843.o788h1PG012376@svn.freebsd.org>

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



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