From 8b05ec221bf58188b181acfa1f8ae015e47b2f18 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 9 Oct 2013 14:43:43 +0200 Subject: [PATCH] linux3.10: tweaks for the cifs module. - Disable CONFIG_CIFS_WEAK_PW_HASH which should only be useful with really old servers (OS/2 and Win95). - Enable CONFIG_CIFS_{ACL,UPCALL,DFS_UPCALL,FSCACHE}. --- srcpkgs/linux3.10/files/i386-dotconfig | 10 +++++----- srcpkgs/linux3.10/files/x86_64-dotconfig | 10 +++++----- srcpkgs/linux3.10/template | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/linux3.10/files/i386-dotconfig b/srcpkgs/linux3.10/files/i386-dotconfig index 07e1d34db7a..732e12e637c 100644 --- a/srcpkgs/linux3.10/files/i386-dotconfig +++ b/srcpkgs/linux3.10/files/i386-dotconfig @@ -5817,15 +5817,15 @@ CONFIG_CEPH_FS=m CONFIG_CIFS=m CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set -CONFIG_CIFS_WEAK_PW_HASH=y -# CONFIG_CIFS_UPCALL is not set +# CONFIG_CIFS_WEAK_PW_HASH is not set +CONFIG_CIFS_UPCALL=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y -# CONFIG_CIFS_ACL is not set +CONFIG_CIFS_ACL=y # CONFIG_CIFS_DEBUG is not set -# CONFIG_CIFS_DFS_UPCALL is not set +CONFIG_CIFS_DFS_UPCALL=y CONFIG_CIFS_SMB2=y -# CONFIG_CIFS_FSCACHE is not set +CONFIG_CIFS_FSCACHE=y CONFIG_NCP_FS=m # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set diff --git a/srcpkgs/linux3.10/files/x86_64-dotconfig b/srcpkgs/linux3.10/files/x86_64-dotconfig index ed43274fade..86e5309671e 100644 --- a/srcpkgs/linux3.10/files/x86_64-dotconfig +++ b/srcpkgs/linux3.10/files/x86_64-dotconfig @@ -5808,15 +5808,15 @@ CONFIG_CEPH_FS=m CONFIG_CIFS=m CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set -CONFIG_CIFS_WEAK_PW_HASH=y -# CONFIG_CIFS_UPCALL is not set +# CONFIG_CIFS_WEAK_PW_HASH is not set +CONFIG_CIFS_UPCALL=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y -# CONFIG_CIFS_ACL is not set +CONFIG_CIFS_ACL=y # CONFIG_CIFS_DEBUG is not set -# CONFIG_CIFS_DFS_UPCALL is not set +CONFIG_CIFS_DFS_UPCALL=y CONFIG_CIFS_SMB2=y -# CONFIG_CIFS_FSCACHE is not set +CONFIG_CIFS_FSCACHE=y CONFIG_NCP_FS=m # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set diff --git a/srcpkgs/linux3.10/template b/srcpkgs/linux3.10/template index a6788a43117..9c75ed3ac79 100644 --- a/srcpkgs/linux3.10/template +++ b/srcpkgs/linux3.10/template @@ -2,7 +2,7 @@ # pkgname=linux3.10 version=3.10.15 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"