diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-04-28 21:40:09 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-04-28 21:40:09 +0000 |
commit | cf8e10206862718e512c0aae25f768cda0dc4371 (patch) | |
tree | fbfda76148d307495a23f054ee577a8c4779d2b0 /target/linux/generic/config-3.12 | |
parent | 4d9191fa08061afb0acbc131db633df44098bf23 (diff) | |
download | upstream-cf8e10206862718e512c0aae25f768cda0dc4371.tar.gz upstream-cf8e10206862718e512c0aae25f768cda0dc4371.tar.bz2 upstream-cf8e10206862718e512c0aae25f768cda0dc4371.zip |
kernel: deactivate fs cache config option
r40587 added some kernel config options, on which these two ones depend.
This fixes the build of the buildbots.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.12')
-rw-r--r-- | target/linux/generic/config-3.12 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index af0db884e9..222988535d 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -553,6 +553,7 @@ CONFIG_CAVIUM_OCTEON_HELPER=y # CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG is not set # CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_FSCACHE is not set # CONFIG_CIFS_NFSD_EXPORT is not set CONFIG_CIFS_POSIX=y # CONFIG_CIFS_SMB2 is not set @@ -2295,6 +2296,7 @@ CONFIG_NFSD_V3=y # CONFIG_NFS_ACL_SUPPORT is not set CONFIG_NFS_COMMON=y # CONFIG_NFS_FS is not set +# CONFIG_NFS_FSCACHE is not set # CONFIG_NFS_SWAP is not set # CONFIG_NFS_V2 is not set CONFIG_NFS_V3=y |