From d4fabd0cb6feda195748174b267e40ae37f01992 Mon Sep 17 00:00:00 2001 From: Christer Solskogen Date: Fri, 29 Nov 2013 19:22:01 +0100 Subject: [PATCH 1/2] enable xfs modules. bump pkgrel. --- core/linux-utilite/PKGBUILD | 4 ++-- core/linux-utilite/config | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/core/linux-utilite/PKGBUILD b/core/linux-utilite/PKGBUILD index d899a26b5..0137f759f 100644 --- a/core/linux-utilite/PKGBUILD +++ b/core/linux-utilite/PKGBUILD @@ -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}" diff --git a/core/linux-utilite/config b/core/linux-utilite/config index 12e5a68f2..2331039c8 100644 --- a/core/linux-utilite/config +++ b/core/linux-utilite/config @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/arm 3.0.35 Kernel Configuration +# Linux/arm 3.0.35-4 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 is not set +# 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 From 6ae660be718c53ee719daedf2dbc85e43833412f Mon Sep 17 00:00:00 2001 From: Christer Solskogen Date: Mon, 2 Dec 2013 08:11:50 +0100 Subject: [PATCH 2/2] add missing posix_acl --- core/linux-utilite/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/linux-utilite/config b/core/linux-utilite/config index 2331039c8..f467e17d4 100644 --- a/core/linux-utilite/config +++ b/core/linux-utilite/config @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/arm 3.0.35-4 Kernel Configuration +# Linux/arm 3.0.35-5 Kernel Configuration # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -3612,7 +3612,7 @@ CONFIG_FS_MBCACHE=y # CONFIG_JFS_FS is not set CONFIG_XFS_FS=y # CONFIG_XFS_QUOTA is not set -# CONFIG_XFS_POSIX_ACL 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