forked from mirror/openwrt
kernel: Add missing config option for NFSDv4
This configuration option is not set when building the layerscape/armv8_64b target. Fixes:92aa21497b("kernel: build support for NFSv4 in nfsd") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (backported from99e1a12fd0)
This commit is contained in:
parent
c1e53d2c82
commit
a29fe94e8c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue