build: image: fix build breakage of some images
authorPetr Štetiar <ynezz@true.cz>
Tue, 5 Nov 2019 22:57:37 +0000 (23:57 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 8 Nov 2019 10:02:18 +0000 (11:02 +0100)
commit0fb23d67f00a18c3f9e712ca97cfc34b38071f4a
treec2c23264d92cb92fb3bb2ba581a32ddfce686a37
parent6ab84579c6a393301d18ab9bbc2b89c3363c937d
build: image: fix build breakage of some images

Commit 881ed09ee6e2 ("build: create JSON files containing image info")
has removed the crucial empty new line from the image copy step
resulting in the following errors during make function expansion:

 GZ_SUFFIX :=
 bash: GZ_SUFFIX: command not found
 Makefile:86: recipe for target 'openwrt-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin' failed

Fixes: 881ed09ee6e2 ("build: create JSON files containing image info")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
include/image.mk