Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2010 15:05:58 GMT
From:      Joe Talbott <josepht@dragonflybsd.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/148758: wpi license not required when building wpifw into the kernel.
Message-ID:  <201007191505.o6JF5wnb026303@www.freebsd.org>
Resent-Message-ID: <201007191510.o6JFA5K1047267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148758
>Category:       conf
>Synopsis:       wpi license not required when building wpifw into the kernel.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 15:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joe Talbott
>Release:        
>Organization:
DragonFly BSD
>Environment:
>Description:
Since there is no longer a need for a license acknowledgment when building wpifw as a module, remove the license requirement when building into the kernel as well.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/sys/conf/files b/sys/conf/files
index 0f0acf0..54d218b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1859,7 +1859,7 @@ dev/wi/if_wi_pccard.c		optional wi pccard
 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				\


>Release-Note:
>Audit-Trail:
>Unformatted:



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