diff --git a/patches/linux-5.15/0004-package-fix.patch b/patches/linux-5.15/0004-package-fix.patch index 849532b705..66328df8aa 100644 --- a/patches/linux-5.15/0004-package-fix.patch +++ b/patches/linux-5.15/0004-package-fix.patch @@ -4,7 +4,7 @@ cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version" fi cp "$($MAKE -s -f $srctree/Makefile image_name)" "$tmpdir/$installed_image_path" -+cp "$($MAKE -s -f $srctree/Makefile image_name)" "$tmpdir/boot/Image" ++zcat "$($MAKE -s -f $srctree/Makefile image_name)" >> "$tmpdir/boot/Image" if is_enabled CONFIG_OF_EARLY_FLATTREE; then # Only some architectures with OF support have this target