Skip to content

Commit

Permalink
fix deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx authored Apr 22, 2024
1 parent bf91830 commit 4cebac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/linux-5.15/0004-package-fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cebac2

Please sign in to comment.