aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2020-12-24 21:20:53 +0100
committerDavid Bauer <mail@david-bauer.net>2020-12-25 01:57:01 +0100
commit57e6f3ae65e1e77db6291f29b40002646b76db3b (patch)
tree892a2378189269c2807f7a3b67c7a2ac35190031 /target/linux/ath79/image
parentbc99b56d7ea05f59a6fc3401508d28130f9cec90 (diff)
downloadupstream-57e6f3ae65e1e77db6291f29b40002646b76db3b.tar.gz
upstream-57e6f3ae65e1e77db6291f29b40002646b76db3b.tar.bz2
upstream-57e6f3ae65e1e77db6291f29b40002646b76db3b.zip
ath79: update image command for Plasma Cloud PA300
Commit 5fc28ef47959 ("ath79: Add support for Plasma Cloud PA300") added the IMAGE/sysupgrade.bin/squashfs definition, which leaks into other devices, resulting in sysupgrade.bin images that are actually tarballs and do not boot when directly written to flash. We can use the normal sysupgrade.bin command variable for this device. Signed-off-by: Sven Wegener <sven.wegener@stealer.net> [fix format, spelling] Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r--target/linux/ath79/image/generic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 101c7597b8..ec2b1d2bde 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -1623,7 +1623,7 @@ define Device/plasmacloud_pa300-common
IMAGES += factory.bin
KERNEL := kernel-bin | append-dtb | lzma | uImage lzma | pad-to $$(BLOCKSIZE)
IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA300
- IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
+ IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
endef
define Device/plasmacloud_pa300