aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/patches/0008-Fix-packed-not-aligned-error-on-GCC-8.patch
Commit message (Collapse)AuthorAgeFilesLines
* grub2: bump to 2.04Tomasz Maciej Nowak2019-09-011-71/+0
| | | | | | | | | | | | | | | | | | | | | * GCC 8 and 9 support. * Gnulib integration overhaul. * RISC-V support. * Xen PVH support. * Native UEFI secure boot support. * UEFI TPM driver. * New IEEE 1275 obdisk driver. * Btrfs RAID 5 and RIAD 6 support. * bootin from F2FS support. * PARTUUID support. * VLAN support. * Native DHCP support. * Many ARM and ARM64 fixes. * Many SPARC fixes. * Many IEEE 1275 fixes. * ...and tons of other fixes and cleanups... Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* grub2: fix packed-not-aligned error on GCC 8Edi Turn2018-07-301-0/+71
Fix the compile error "packed-not-aligned" when using GCC 8. Signed-off-by: Edi Turn <yyxstter@gmail.com>