fix path of install_firmware script

This commit is contained in:
Harald Welte 2020-10-29 16:40:40 +01:00
parent 53e3fe7884
commit ea9ccf792b
1 changed files with 1 additions and 1 deletions

View File

@ -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.