armsr: ensure kmod-fs-vfat is selected for mounting ESP
authorMathew McBride <matt@traverse.com.au>
Fri, 22 Sep 2023 21:38:54 +0000 (21:38 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Sep 2023 10:51:14 +0000 (12:51 +0200)
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>
target/linux/armsr/Makefile

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