armsr: ensure kmod-fs-vfat is selected for mounting ESP

vfat support is needed to mount the EFI System Partition (ESP)
during sysupgrade. If it is not available, the sysupgrade process
will not complete

Signed-off-by: Mathew McBride <matt@traverse.com.au>
This commit is contained in:
Mathew McBride 2023-09-22 21:38:54 +00:00 committed by Hauke Mehrtens
parent b61ac68b67
commit f86415085b
1 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += mkf2fs e2fsprogs DEFAULT_PACKAGES += mkf2fs e2fsprogs
# blkid used for resolving PARTUUID # blkid used for resolving PARTUUID
# in sysupgrade # in sysupgrade. vfat required for
DEFAULT_PACKAGES += blkid # mounting ESP partition
DEFAULT_PACKAGES += blkid kmod-fs-vfat
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))