Improve OS 8 GRUB upgrade (#1793)
* Drop unnecessary device tree utilities They have been used for Barebox which uses device tree to configure the state storage and its location. With the change to GRUB the tools are no longer required. * Determine manual GRUB update depending on installed tools Manually update the GRUB environment if no grub environment tools are installed. This makes a upgrade work even after a previous downgrade (in that case a grubenv file might still be present in the UEFI ESP).
This commit is contained in:
@@ -78,7 +78,6 @@ BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_USB_NIC_RTL_815X=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI=y
|
||||
BR2_PACKAGE_DT_UTILS=y
|
||||
BR2_PACKAGE_GPTFDISK=y
|
||||
BR2_PACKAGE_GPTFDISK_SGDISK=y
|
||||
BR2_PACKAGE_CA_CERTIFICATES=y
|
||||
|
||||
Reference in New Issue
Block a user