]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
flashimage.mk: fix typo
authorMarkham <markham001@gmx.de>
Sat, 1 Jun 2019 16:41:36 +0000 (18:41 +0200)
committerMarkham <markham001@gmx.de>
Sat, 1 Jun 2019 16:41:36 +0000 (18:41 +0200)
make/flashimage.mk

index 7eab3531710c0feabffa1009b3e86d6a3134cb6e..3439c2275246792f8286c2007a9bb3668c00a8f6 100755 (executable)
@@ -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