>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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"