mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Merge pull request #634 from solskogen/master
core/linux-utilite: enable xfs
This commit is contained in:
commit
dc94e1a81e
2 changed files with 8 additions and 6 deletions
|
@ -9,7 +9,7 @@ _srcname=utilite-utilite
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="CompuLab Utilite"
|
||||
pkgver=3.0.35
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv7h')
|
||||
url="https://github.com/kmihelich/linux-utilite"
|
||||
license=('GPL2')
|
||||
|
@ -18,7 +18,7 @@ options=('!strip')
|
|||
source=("https://gitorious.org/utilite/utilite/archive/${_commit}.tar.gz"
|
||||
'config')
|
||||
md5sums=('4d3130366c73619400aa81a0a3c37e44'
|
||||
'726b00a75de7352e17fd2ff5c3e234bb')
|
||||
'35a6a718137e00c104383a9591518ef6')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/arm 3.0.35 Kernel Configuration
|
||||
# Linux/arm 3.0.35-5 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -619,8 +619,6 @@ CONFIG_INET_DIAG=y
|
|||
CONFIG_INET_TCP_DIAG=y
|
||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
# CONFIG_DEFAULT_CUBIC is not set
|
||||
# CONFIG_DEFAULT_RENO is not set
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
# CONFIG_TCP_MD5SIG is not set
|
||||
CONFIG_IPV6=m
|
||||
|
@ -3612,7 +3610,11 @@ CONFIG_JBD2=y
|
|||
CONFIG_FS_MBCACHE=y
|
||||
# CONFIG_REISERFS_FS is not set
|
||||
# CONFIG_JFS_FS is not set
|
||||
# CONFIG_XFS_FS is not set
|
||||
CONFIG_XFS_FS=y
|
||||
# CONFIG_XFS_QUOTA is not set
|
||||
CONFIG_XFS_POSIX_ACL=y
|
||||
# CONFIG_XFS_RT is not set
|
||||
# CONFIG_XFS_DEBUG is not set
|
||||
# CONFIG_GFS2_FS is not set
|
||||
# CONFIG_OCFS2_FS is not set
|
||||
# CONFIG_BTRFS_FS is not set
|
||||
|
|
Loading…
Reference in a new issue