diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-04-28 21:40:09 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-04-28 21:40:09 +0000 |
commit | b6ad77229f640a2878fb5283875c57cc89596bd3 (patch) | |
tree | 2832e15fc6edf3a55c8b64aaf714e46adc0c0d02 /target/linux/generic/config-3.14 | |
parent | aa425b88a81f886c20f8572ea6ac50387c17b94a (diff) | |
download | upstream-b6ad77229f640a2878fb5283875c57cc89596bd3.tar.gz upstream-b6ad77229f640a2878fb5283875c57cc89596bd3.tar.bz2 upstream-b6ad77229f640a2878fb5283875c57cc89596bd3.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>
SVN-Revision: 40588
Diffstat (limited to 'target/linux/generic/config-3.14')
-rw-r--r-- | target/linux/generic/config-3.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 86752148e3..32a5322843 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -576,6 +576,7 @@ CONFIG_CC_STACKPROTECTOR_NONE=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 @@ -2370,6 +2371,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 |