From 480202725b872018667ce0cdc337c25c94cef72b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 18 Jun 2022 14:42:10 +0000 Subject: [PATCH] u-boot: Sigh, fix another .xz != .gz MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- lfs/u-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/u-boot b/lfs/u-boot index b1240f04cb..7b1ad4a0af 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.xz + cd $(DIR_APP) && tar axf $(DIR_DL)/arm-trusted-firmware-$(ATF_VER)-rk3399-binary.tar.gz -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