core/linux-odroid-xu3: enable cachefiles module (#1702)

This commit is contained in:
Bartłomiej Piotrowski 2019-05-20 20:05:33 +02:00 committed by Kevin Mihelich
parent ae98acbe1c
commit 3e3cafd34c
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="ODROID-XU3/XU4/HC1"
pkgver=4.14.111
pkgrel=1
pkgrel=2
arch=('armv7h')
url="https://github.com/hardkernel/linux"
license=('GPL2')
@ -20,7 +20,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
'linux.preset'
'99-linux.hook')
md5sums=('4afccdd706ca1bc55ac9a926a45e649d'
'14964f996e309fd7c14a3d235e128f02'
'8689c83ec360bc4ced9995b6d40f59b1'
'a84976d500db50cee07177eccfe2f455'
'79fa396e3f9a09a85156d6d7c2d34b58')

View file

@ -5560,7 +5560,9 @@ CONFIG_FSCACHE=m
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
# CONFIG_CACHEFILES is not set
CONFIG_CACHEFILES=m
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
#
# CD-ROM/DVD Filesystems