diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-28 21:36:28 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-28 21:39:35 +0100 |
commit | a5269ffa7a46f3318d35fbdb13d18580717c8498 (patch) | |
tree | 6ce29707bc1f0846a89f4d55b800f3eb9bb2b9b0 /target | |
parent | ca1b93f038a556912e66a54b0ccc57948a312bc2 (diff) | |
download | upstream-a5269ffa7a46f3318d35fbdb13d18580717c8498.tar.gz upstream-a5269ffa7a46f3318d35fbdb13d18580717c8498.tar.bz2 upstream-a5269ffa7a46f3318d35fbdb13d18580717c8498.zip |
kernel: Add missing config option for kernel 4.14
Kernel 4.14.96 got the new configuration option
CIFS_ALLOW_INSECURE_LEGACY which allows to deactivate support for old
and insecure SMB versions like 1.0 and 2.0. Still allow these old SMB
version and fix build problems which occurred because this option was
not defined.
This was found by build bot.
Fixes: 3662157d8bed ("kernel: bump 4.14 to 4.14.96")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 2840f79b49..81214a6942 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -764,6 +764,7 @@ CONFIG_CC_STACKPROTECTOR_NONE=y # CONFIG_CICADA_PHY is not set # CONFIG_CIFS is not set # CONFIG_CIFS_ACL is not set +CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y # CONFIG_CIFS_DEBUG is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_FSCACHE is not set |