summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-13 16:36:06 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-25 10:40:00 +0200
commit7ba6c9c9184e8641493f150a8f85131c27e8c6c7 (patch)
treef040d7abd2193364ec3b0756d1e5c52a5526e659
parentc6c9a5cfd6ee79d59babc7d4d6249069fe02958e (diff)
Fixes problem with ubertooth-dfu not found. The install script assumes that ubertooth-dfu is already in the path. It is not when building the deb package, but it is available from a relative path since it has already been built.
Gbp-Pq: Name 02_fix_missing_dfu.patch
-rw-r--r--firmware/common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/common.mk b/firmware/common.mk
index f3deef4..e6b6245 100644
--- a/firmware/common.mk
+++ b/firmware/common.mk
@@ -259,7 +259,8 @@ NM = $(CROSS_COMPILE)nm
REMOVE = rm -f
# DFU tool should be ubertooth-dfu
-DFU_TOOL ?= $(strip $(shell which ubertooth-dfu))
+#DFU_TOOL ?= $(strip $(shell which ubertooth-dfu))
+DFU_TOOL = ../../obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)/ubertooth-tools/src/ubertooth-dfu
# Define Messages
# English