Skip to content
Snippets Groups Projects
Commit 858ff4f3 authored by Stijn Tintel's avatar Stijn Tintel
Browse files

Revert "brcm2708: fix sdcard image"


This reverts commit 6c2e1ff8.

GNU gzip does not fail when the image filename already contains the .gz
extension, this is a problem specific to pigz. Revert the commit, as we
now gzip the image twice.

Reported-by: default avatarMartin Schleier <drahemmaps@gmx.net>
Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent 8651f114
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ define Device/Default
FILESYSTEMS := ext4
KERNEL := kernel-bin | kernel-img
KERNEL_IMG := kernel.img
IMAGES := sdcard.img
IMAGE/sdcard.img := boot-img | sdcard-img | gzip | append-metadata
IMAGES := sdcard.img.gz
IMAGE/sdcard.img.gz := boot-img | sdcard-img | gzip | append-metadata
endef
define Device/rpi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment