Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wrong kernel name bug on raspberry pi 5 #7692

Merged
merged 5 commits into from
Mar 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix bug
  • Loading branch information
KubaTaba1uga authored Jan 11, 2025
commit 3a8d1cf19ed9ed7eefdf98884b0b4a4cf7896944
1 change: 0 additions & 1 deletion config/sources/families/bcm2711.conf
Original file line number Diff line number Diff line change
@@ -122,7 +122,6 @@ function post_family_tweaks_bsp__add_hooks_to_move_kernel_initrd_and_dtb() {
exit 1
fi

cp /boot/vmlinuz-${abi} ${target}/vmlinuz
cp ${dtb_dir}/broadcom/*.dtb ${target}/
cp -r ${dtb_dir}/overlays ${target}/
sync -f ${target}/vmlinuz || true