From: Peter Müller Date: Sat, 18 Jun 2022 14:42:10 +0000 (+0000) Subject: u-boot: Sigh, fix another .xz != .gz X-Git-Tag: v2.27-core170~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=480202725b872018667ce0cdc337c25c94cef72b;p=ipfire-2.x.git u-boot: Sigh, fix another .xz != .gz Signed-off-by: Peter Müller --- 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