From: Rosen Penev Date: Sun, 13 Jun 2021 04:26:17 +0000 (-0700) Subject: exfat: update to 5.12.3 X-Git-Tag: v21.02.0-rc4~58 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ab5010d17055234b3477dce8fc99437ab3f457fa;p=openwrt%2Fstaging%2Fpepe2k.git exfat: update to 5.12.3 Major changes are: Avoid page allocation failure from upcase table allocation. Add support for FITRIM. Improve write perofmrance on dirsync mount. Improve lookup perofmrance. Fix a bug on discard mount. Switch to AUTORELEASE to avoid having to bump it. Signed-off-by: Rosen Penev --- diff --git a/package/kernel/exfat/Makefile b/package/kernel/exfat/Makefile index 3f873a71ee..4337b0f1aa 100644 --- a/package/kernel/exfat/Makefile +++ b/package/kernel/exfat/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=exfat -PKG_VERSION:=5.10.1 -PKG_RELEASE:=1 +PKG_VERSION:=5.12.3 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/namjaejeon/linux-exfat-oot/tar.gz/$(PKG_VERSION)? -PKG_HASH:=0ff77dd7d39eb231d00c3c4909b9fad31ebeeb618bd6fa18fce142becc9c1f98 +PKG_HASH:=43889c73af76c466bbc904aff80354a62ecaa24c7b20e354ff735f5949907982 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/linux-exfat-oot-$(PKG_VERSION) PKG_MAINTAINER:=