From 9a494ec3434bda8ad65cc9b0016d777608e374c1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 9 Oct 2013 14:51:45 +0200 Subject: [PATCH] linux3.11: synchronize cifs options with linux3.10. --- srcpkgs/linux3.11/files/i386-dotconfig | 8 ++++---- srcpkgs/linux3.11/files/x86_64-dotconfig | 10 +++++----- srcpkgs/linux3.11/template | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/linux3.11/files/i386-dotconfig b/srcpkgs/linux3.11/files/i386-dotconfig index a2831a10b7d..7e169b5e2e7 100644 --- a/srcpkgs/linux3.11/files/i386-dotconfig +++ b/srcpkgs/linux3.11/files/i386-dotconfig @@ -5923,15 +5923,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_WEAK_PW_HASH is not set # CONFIG_CIFS_UPCALL is not set 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.11/files/x86_64-dotconfig b/srcpkgs/linux3.11/files/x86_64-dotconfig index e315098553e..379521141ff 100644 --- a/srcpkgs/linux3.11/files/x86_64-dotconfig +++ b/srcpkgs/linux3.11/files/x86_64-dotconfig @@ -5900,15 +5900,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.11/template b/srcpkgs/linux3.11/template index 1eaa6d8baa9..e43376c1c89 100644 --- a/srcpkgs/linux3.11/template +++ b/srcpkgs/linux3.11/template @@ -2,7 +2,7 @@ # pkgname=linux3.11 version=3.11.4 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"