From 7d5a7fea48ca883f19ad604a7a51820671de82a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 27 Jun 2022 07:33:40 +0000 Subject: [PATCH] Revert "u-boot: Sigh, fix another .xz != .gz" This reverts commit 480202725b872018667ce0cdc337c25c94cef72b. --- lfs/u-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/u-boot b/lfs/u-boot index 7b1ad4a0af..b1240f04cb 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -223,7 +223,7 @@ else # Nanopi R4S # arm trusted firmware for rk3399 cannot build without cortex m0 gcc crosscompiler - cd $(DIR_APP) && tar axf $(DIR_DL)/arm-trusted-firmware-$(ATF_VER)-rk3399-binary.tar.gz + cd $(DIR_APP) && tar axf $(DIR_DL)/arm-trusted-firmware-$(ATF_VER)-rk3399-binary.tar.xz -mkdir -pv /usr/share/u-boot/nanopi_r4s cd $(DIR_APP) && make CROSS_COMPILE="" nanopi-r4s-rk3399_config cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" Nanopi R4S - IPFire.org"!' .config -- 2.39.5