mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
13 lines
347 B
Diff
13 lines
347 B
Diff
diff --git a/tools/hciattach.h b/tools/hciattach.h
|
|
index dfa4c1e..c21dbda 100644
|
|
--- a/tools/hciattach.h
|
|
+++ b/tools/hciattach.h
|
|
@@ -41,7 +41,7 @@
|
|
#define HCI_UART_VND_DETECT 5
|
|
|
|
#ifndef FIRMWARE_DIR
|
|
-#define FIRMWARE_DIR "/etc/firmware"
|
|
+#define FIRMWARE_DIR "/lib/firmware"
|
|
#endif
|
|
|
|
int read_hci_event(int fd, unsigned char *buf, int size);
|