80b052d5b723085a1ae89d5f74a7691761415694
[librecmc/package-feed.git] / utils / bluez / patches / 004-Move-the-43xx-firmware-into-lib-firmware.patch
1 From 76681284b0ea49852041fdb97a35175089a08781 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Tue, 23 Feb 2016 17:52:29 +0000
4 Subject: [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
10 --- a/tools/hciattach_bcm43xx.c
11 +++ b/tools/hciattach_bcm43xx.c
12 @@ -43,7 +43,7 @@
13  #include "hciattach.h"
14  
15  #ifndef FIRMWARE_DIR
16 -#define FIRMWARE_DIR "/etc/firmware"
17 +#define FIRMWARE_DIR "/lib/firmware/brcm"
18  #endif
19  
20  #define FW_EXT ".hcd"