projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf3a86
)
kernel: Add missing config option for NFSDv4
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 29 Sep 2018 21:18:33 +0000
(23:18 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 29 Sep 2018 21:18:33 +0000
(23:18 +0200)
This configuration option is not set when building the
layerscape/armv8_64b target.
Fixes: 92aa21497b2 ("kernel: build support for NFSv4 in nfsd")
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 4114659f3153a2d48861891dd4cfca5a0f2539aa..ebf8677d93fdac9b0de680cd6f888981d2de4da9 100644
(file)
--- a/
package/kernel/linux/modules/fs.mk
+++ b/
package/kernel/linux/modules/fs.mk
@@
-443,6
+443,7
@@
define KernelPackage/fs-nfsd
KCONFIG:= \
CONFIG_NFSD \
CONFIG_NFSD_V4=y \
+ CONFIG_NFSD_V4_SECURITY_LABEL=n \
CONFIG_NFSD_BLOCKLAYOUT=n \
CONFIG_NFSD_SCSILAYOUT=n \
CONFIG_NFSD_FLEXFILELAYOUT=n \