summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2020-11-23 18:07:45 +0100
committeregnappahz2020-11-23 18:07:45 +0100
commit48dc79269ff4ded1a2a28991410f77c59bbc12b1 (patch)
treef90302af966d23edf36adf57937fe7f94bee2be0
parent0f02ba6f042958fccaf37fe4a2d4397524fcf3e9 (diff)
downloadaur-48dc79269ff4ded1a2a28991410f77c59bbc12b1.tar.gz
added exfat support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config.x86_643
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f4c808a5c05..1c7a0e2be78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd
pkgver = 5.9.v.10
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = linux-amd
source = linux.install
source = 5013_enable-cpu-optimizations-for-gcc10.patch
sha256sums = SKIP
- sha256sums = 14a8da9cceb4a904358143a309e7dc82bf5aaab1f87319db0dea47c74efa070a
+ sha256sums = d00d35c36a99324a164b9b3429557aa4c1d133f31982dfb2faddb833b449ae32
sha256sums = 60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12
diff --git a/PKGBUILD b/PKGBUILD
index ba63f66ccf18..045e8d729bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=linux-amd
_srcname=linux
gitver=v5.9.10
pkgver=5.9.v.10
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -23,7 +23,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '14a8da9cceb4a904358143a309e7dc82bf5aaab1f87319db0dea47c74efa070a'
+ 'd00d35c36a99324a164b9b3429557aa4c1d133f31982dfb2faddb833b449ae32'
#.preset file
'60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c'
#linux install file
diff --git a/config.x86_64 b/config.x86_64
index 741a10977031..e622b6a6d872 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -8194,7 +8194,8 @@ CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_FAT_DEFAULT_UTF8=y
-# CONFIG_EXFAT_FS is not set
+CONFIG_EXFAT_FS=m
+CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y