projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8651f11
)
Revert "brcm2708: fix sdcard image"
author
Stijn Tintel
<
[email protected]
>
Mon, 19 Feb 2018 21:39:12 +0000
(22:39 +0100)
committer
Stijn Tintel
<
[email protected]
>
Mon, 19 Feb 2018 22:52:45 +0000
(23:52 +0100)
This reverts commit
6c2e1ff80f52b939405fe0c14577c584602ae432
.
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: Martin Schleier <
[email protected]
>
Signed-off-by: Stijn Tintel <
[email protected]
>
target/linux/brcm2708/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm2708/image/Makefile
b/target/linux/brcm2708/image/Makefile
index 2d606e5649aa9be1d14a366d7e82e0e6ceb488eb..9ea9a07a9dd27415a046a0cb2ca814aabf5ff343 100644
(file)
--- a/
target/linux/brcm2708/image/Makefile
+++ b/
target/linux/brcm2708/image/Makefile
@@
-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