From: Mathew McBride Date: Fri, 22 Sep 2023 21:38:54 +0000 (+0000) Subject: armsr: ensure kmod-fs-vfat is selected for mounting ESP X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f86415085b9172980ddc6cfbf852c33922792c4c;p=openwrt%2Fstaging%2Fjow.git 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 --- diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile index b34500ed8a..7de77decb5 100644 --- a/target/linux/armsr/Makefile +++ b/target/linux/armsr/Makefile @@ -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))