diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2012-11-19 15:39:36 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2012-11-19 15:39:36 +0000 |
commit | 0b199a5d5d8710beb39d935c0a0b0766012fbb99 (patch) | |
tree | 85cc93af640f46d1ccbf0892666196652806cb89 | |
parent | 02a31149a5ad9c2f9de8d267d015c07382f5b86f (diff) | |
download | linux-baserock/samthursfield/nfs.tar.gz |
Enable nfsd in kernelbaserock/samthursfield/nfs
-rw-r--r-- | linux.morph | 2 |
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": [ |