From: Markham Date: Sat, 1 May 2021 17:47:05 +0000 (+0200) Subject: fix c&p error in last commit X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=2ff052310dcc51d3e0286f29f5fc6e012e4fab3a;p=bs-cst-neutrino-hd.git fix c&p error in last commit --- diff --git a/make/flashimage.mk b/make/flashimage.mk index 5b4c8b6..35627cf 100755 --- a/make/flashimage.mk +++ b/make/flashimage.mk @@ -11,7 +11,7 @@ HD51_IMAGE_NAME = disk HD51_BOOT_IMAGE = boot.img HD51_IMAGE_LINK = $(HD51_IMAGE_NAME).ext4 IMAGE_BUILD_TMP = $(BUILD_TMP)/build-tmp -ifneq ($(BOXSERIES), $(filter $(BOXSERIES), h7 hd51 bre2ze4k)) +ifeq ($(BOXSERIES), $(filter $(BOXSERIES), h7 hd51 bre2ze4k)) RELEASE_DIR = $(BUILD_TMP)/install/linuxrootfs1 else RELEASE_DIR = $(BUILD_TMP)/install