From 836834ebc2bfdc3017677447b4e83cfe44e115c2 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 9 Jun 2026 05:02:53 +0100 Subject: [PATCH] exfatprogs: update to version 1.4.1 1.4.0 adds exFAT partition table support (mkfs partition-table creation, fsck --put-mbr/--clear-mbr), a user-supplied --upcase table option and chdosattr/lsdosattr DOS-attribute utilities; 1.4.1 fixes missing headers in the release tarball. The new MBR and foreign-filesystem detection links libblkid and fts, so add +libblkid and +USE_MUSL:musl-fts. https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.0 https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.1 Signed-off-by: Daniel Golle --- utils/exfatprogs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile index 24bb9ab092..dd45260b78 100644 --- a/utils/exfatprogs/Makefile +++ b/utils/exfatprogs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exfatprogs -PKG_VERSION:=1.3.2 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION) -PKG_HASH:=67ddb50543636292df8fde58117eefd54210d6cd7bf1eea5e91d2c4dccbc425e +PKG_HASH:=85c133e8802cbc1191bff2477a67b376192dfb9f94bb254c05dbae79fd958f2e PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only @@ -23,6 +23,7 @@ define Package/exfatprogs/Default CATEGORY:=Utilities SUBMENU:=Filesystem URL:=https://github.com/exfatprogs/exfatprogs + DEPENDS:=+libblkid +USE_MUSL:musl-fts endef define Package/exfat-mkfs