From 286f123d9250bce285b31eaefcd0e3f749aafcc9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Jul 2019 14:34:48 -0400 Subject: source.mk: Switch to gzip BusyBox doesn't support compressing with xz, and upstream no longer distributes bzip2-compressed archives. So regress to gzip to keep code simple, rather than extracting with xz and compressing with bzip2. --- diff --git a/source.mk b/source.mk index f22deab..88e38b7 100644 --- a/source.mk +++ b/source.mk @@ -1,5 +1,5 @@ -z = xz -tar_z = J +z = gz +tar_z = z keys = \ 'F40A DB90 2B24 264A A42E 50BF 92ED B04B FF32 5CF3' non_free_files = \ -- cgit v0.9.1