projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1992733
)
kernel: unset CONFIG_CIFS_SMB311 in kmod-fs-cifs
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 12 Nov 2017 21:08:28 +0000
(22:08 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 16 Dec 2017 21:13:56 +0000
(22:13 +0100)
Do not activate the experimental feature CONFIG_CIFS_SMB311.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/fs.mk
b/package/kernel/linux/modules/fs.mk
index 1e130ddac6d646ee8b9c03b40bbe9a6d2cdbe031..f757585575193542d6431619403eed5f8768741b 100644
(file)
--- a/
package/kernel/linux/modules/fs.mk
+++ b/
package/kernel/linux/modules/fs.mk
@@
-106,7
+106,8
@@
define KernelPackage/fs-cifs
CONFIG_CIFS \
CONFIG_CIFS_XATTR=y \
CONFIG_CIFS_DFS_UPCALL=n \
- CONFIG_CIFS_UPCALL=n
+ CONFIG_CIFS_UPCALL=n \
+ CONFIG_CIFS_SMB311=n
FILES:=$(LINUX_DIR)/fs/cifs/cifs.ko
AUTOLOAD:=$(call AutoLoad,30,cifs)
$(call AddDepends/nls)