mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 05:41:43 +00:00
Meson64 Dev packaging fix
Missed from the Next patchset
This commit is contained in:
parent
e72ddf2808
commit
1e8023fb0d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ index 033b55a76..d916f36ac
|
|||
else
|
||||
- ln -sf $(basename $installed_image_path) /boot/$image_name || mv /$installed_image_path /boot/$image_name
|
||||
+ ln -sf $(basename $installed_image_path) /boot/$image_name || mv /$installed_image_path /boot/$image_name
|
||||
+ ln -sf $(basename $installed_image_path) /boot/Image || mv /$installed_image_path /boot/Image
|
||||
+ ln -sf $(basename $installed_image_path) /boot/zImage || mv /$installed_image_path /boot/zImage
|
||||
+ mkimage -A arm64 -O linux -T kernel -C none -a 0x1080000 -e 0x1080000 -n "Linux kernel" -d /boot/$(basename $installed_image_path) /boot/uImage
|
||||
fi
|
||||
touch /boot/.next
|
||||
|
|
Loading…
Add table
Reference in a new issue