aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-12 21:26:17 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-22 23:52:09 +0200
commitab5010d17055234b3477dce8fc99437ab3f457fa (patch)
tree8d537691ccdff4cbb07750de5aa25f01f8fd2ac6 /package
parent72d93c1ba44eb8f1b0a0978f71b06720365fd0e5 (diff)
downloadupstream-ab5010d17055234b3477dce8fc99437ab3f457fa.tar.gz
upstream-ab5010d17055234b3477dce8fc99437ab3f457fa.tar.bz2
upstream-ab5010d17055234b3477dce8fc99437ab3f457fa.zip
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 <rosenp@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/exfat/Makefile6
1 files changed, 3 insertions, 3 deletions
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:=