svn commit: r211165 - stable/8/sys/conf

Bernhard Schmidt bschmidt at FreeBSD.org
Wed Aug 11 06:29:40 UTC 2010


Author: bschmidt
Date: Wed Aug 11 06:29:40 2010
New Revision: 211165
URL: http://svn.freebsd.org/changeset/base/211165

Log:
  MFC r211063:
  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

Modified:
  stable/8/sys/conf/files
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/conf/files
==============================================================================
--- stable/8/sys/conf/files	Wed Aug 11 06:22:18 2010	(r211164)
+++ stable/8/sys/conf/files	Wed Aug 11 06:29:40 2010	(r211165)
@@ -1816,7 +1816,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-stable-8 mailing list