Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix up bcm43xx bluetooth firmware addition. Including mtree...



details:   https://anonhg.NetBSD.org/src/rev/181e57a4d898
branches:  trunk
changeset: 826010:181e57a4d898
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Aug 10 19:42:53 2017 +0000

description:
Fix up bcm43xx bluetooth firmware addition.  Including mtree directory
addition, and using the correct spelling of the license file name.

diffstat:

 etc/mtree/NetBSD.dist.base         |  3 ++-
 external/broadcom/bcm43xx/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 86eda5f2b973 -r 181e57a4d898 etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Thu Aug 10 19:08:43 2017 +0000
+++ b/etc/mtree/NetBSD.dist.base        Thu Aug 10 19:42:53 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.161 2017/08/01 20:07:43 joerg Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.162 2017/08/10 19:42:53 jakllsch Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -269,6 +269,7 @@
 ./usr/libdata/debug/usr/mdec
 ./usr/libdata/debug/usr/sbin
 ./usr/libdata/firmware
+./usr/libdata/firmware/bcm43xx
 ./usr/libdata/ldscripts
 ./usr/libdata/lint
 ./usr/libexec
diff -r 86eda5f2b973 -r 181e57a4d898 external/broadcom/bcm43xx/Makefile
--- a/external/broadcom/bcm43xx/Makefile        Thu Aug 10 19:08:43 2017 +0000
+++ b/external/broadcom/bcm43xx/Makefile        Thu Aug 10 19:42:53 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/08/10 15:15:48 nat Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/10 19:42:53 jakllsch Exp $
 
 NOMAN= # define
 
-FILES= LICENSE.broadcom_bcm43xx BCM43430A1.hcd
+FILES= LICENCE.broadcom_bcm43xx BCM43430A1.hcd
 
 FILESDIR=      /usr/libdata/firmware/bcm43xx
 



Home | Main Index | Thread Index | Old Index