From: Markham Date: Sat, 1 Jun 2019 16:41:36 +0000 (+0200) Subject: flashimage.mk: fix typo X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=d94a416afe9c3afd891834e632a4300d6887d60d;p=bs-cst-neutrino-hd.git flashimage.mk: fix typo --- diff --git a/make/flashimage.mk b/make/flashimage.mk index 7eab353..3439c22 100755 --- a/make/flashimage.mk +++ b/make/flashimage.mk @@ -14,7 +14,7 @@ HD51_IMAGE_LINK = $(HD51_IMAGE_NAME).ext4 HD51_IMAGE_ROOTFS_SIZE = 294912 IMAGE_BUILD_TMP = $(BUILD_TMP)/build-tmp RELEASE_DIR = $(BUILD_TMP)/install -ifeq ($(BOXTYPE), armbox)) +ifeq ($(BOXTYPE), armbox) ifeq ($(NEWLAYOUT), 1) RELEASE_DIR = $(BUILD_TMP)/install/linuxrootfs1 endif