From 3b0bfeac5cbb3df53755859299e9188981175b66 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 27 Jun 2016 16:20:33 +0200 Subject: octeon: fix image build The generic sysupgrade image attempted to use the wrong filesystem type due to premature variable interpolation leading to the following error on the buildbot system: cp: cannot stat `.../root.squashfs': No such file or directory make[4]: *** [.../tmp/lede-octeon-generic-ext4-sysupgrade.tar] Error 1 Signed-off-by: Jo-Philipp Wich --- target/linux/octeon/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 043058b06f..89cbba592c 100644 --- a/target/linux/octeon/image/Makefile +++ b/target/linux/octeon/image/Makefile @@ -16,7 +16,7 @@ define Device/Default KERNEL := kernel-bin | strip-kernel | patch-cmdline IMAGES := sysupgrade.tar FILESYSTEMS := squashfs - IMAGE/sysupgrade.tar := tar-file $$(FILESYSTEMS) + IMAGE/sysupgrade.tar := tar-file $$$$(FILESYSTEMS) endef define Build/tar-file -- cgit v1.2.3