blob: dadce354e9abf1e46f47caae65bd58bac4f2e14c [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001From 76681284b0ea49852041fdb97a35175089a08781 Mon Sep 17 00:00:00 2001
2From: Phil Elwell <phil@raspberrypi.org>
3Date: Tue, 23 Feb 2016 17:52:29 +0000
4Subject: [PATCH 4/4] Move the 43xx firmware into /lib/firmware
5
6---
7 tools/hciattach_bcm43xx.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/tools/hciattach_bcm43xx.c b/tools/hciattach_bcm43xx.c
11index 0b792e0..207f668 100644
12--- a/tools/hciattach_bcm43xx.c
13+++ b/tools/hciattach_bcm43xx.c
14@@ -43,7 +43,7 @@
15 #include "hciattach.h"
16
17 #ifndef FIRMWARE_DIR
18-#define FIRMWARE_DIR "/etc/firmware"
19+#define FIRMWARE_DIR "/lib/firmware"
20 #endif
21
22 #define FW_EXT ".hcd"
23--
241.9.1
25