aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/image/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-01-14 21:39:42 +0100
committerMathias Kresin <dev@kresin.me>2018-01-15 21:45:43 +0100
commit52e7df3f49d627270046f5ea73d696a1855e4609 (patch)
tree086abc137e367cb6edb2aafb54763f2dded7268f /target/linux/ipq806x/image/Makefile
parentf319c5c25424df2a33f1cbb5e74ed1da330318f2 (diff)
downloadupstream-52e7df3f49d627270046f5ea73d696a1855e4609.tar.gz
upstream-52e7df3f49d627270046f5ea73d696a1855e4609.tar.bz2
upstream-52e7df3f49d627270046f5ea73d696a1855e4609.zip
ipq806x: unset filesystem specific build command by default
Initialise the filesystem specific build command. Otherwise it will be unintended inherit to following images and will cause a wrong image format. The issue is around for ages but was only recently triggered due to the added support for the Openmesh a42. Fixes: FS#1276 Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r--target/linux/ipq806x/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index fd562b91ba..bc2e1a4328 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -31,6 +31,7 @@ define Device/Default
KERNEL_LOADADDR = 0x42208000
SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
+ IMAGE/sysupgrade.bin/squashfs :=
endef
define Device/LegacyImage