From ea9ccf792b38ef53733b99e0b3180549e9055388 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 29 Oct 2020 16:40:40 +0100 Subject: [PATCH] fix path of install_firmware script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbd6582..01f2120 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ OBJECT_FILES:=$(OBJECT_FILES:FIRMWARE-VPMOCT032=dahdi-fw-vpmoct032.o) # Force usage of wget, for now DOWNLOAD=wget WGET=wget -INSTALL_FIRMWARE=../../../build_tools/install_firmware +INSTALL_FIRMWARE=./install_firmware RUN_INST=$(INSTALL_FIRMWARE) $(1) $(2) $(DESTDIR) # If "fetch" is used, --continue is not a valid option.