summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 15:39:36 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 15:39:36 +0000
commit0b199a5d5d8710beb39d935c0a0b0766012fbb99 (patch)
tree85cc93af640f46d1ccbf0892666196652806cb89
parent02a31149a5ad9c2f9de8d267d015c07382f5b86f (diff)
downloadlinux-baserock/samthursfield/nfs.tar.gz
Enable nfsd in kernelbaserock/samthursfield/nfs
-rw-r--r--linux.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 8c4c897d81c4..e11a50a5a6a1 100644
--- a/linux.morph
+++ b/linux.morph
@@ -50,6 +50,8 @@
"scripts/config -e IKCONFIG_PROC",
"scripts/config -e SECCOMP",
"scripts/config -d DEBUG_STACK_TRACE",
+ "scripts/config -e NFSD",
+ "scripts/config -e NFSD_V3",
"yes '' | make oldconfig"
],
"build-commands": [