瀏覽代碼

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 <[email protected]>
Mathew McBride 2 年之前
父節點
當前提交
f86415085b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      target/linux/armsr/Makefile

+ 3 - 2
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))