瀏覽代碼

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 <[email protected]>
Hauke Mehrtens 6 年之前
父節點
當前提交
a5269ffa7a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/generic/config-4.14

+ 1 - 0
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