diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2013-12-11 21:01:03 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2013-12-11 21:07:12 +0000 |
commit | e1894abaec800d874c770625340b480515dca6f1 (patch) | |
tree | 956f2b48675eafaf83eabfefcad8131c388ce622 | |
parent | 7d9d723e0347bcf571301c2622a56d25fffad73e (diff) | |
download | linux-baserock/richardipsum/9p.tar.gz |
Plan 9! (Add 9p to kernel)baserock/richardipsum/9p
-rw-r--r-- | linux.morph | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 194bdf2d8884..65256bb3b27e 100644 --- a/linux.morph +++ b/linux.morph @@ -53,6 +53,11 @@ "scripts/config -d DEBUG_STACK_TRACE", "scripts/config -e NFSD", "scripts/config -e NFSD_V3", + "scripts/config -e NET_9P", + "scripts/config -e NET_9P_VIRTIO", + "scripts/config -e NET_9P_DEBUG", + "scripts/config -e 9P_FS", + "scripts/config -e 9P_FS_POSIX_ACL", "yes '' | make oldconfig" ], "build-commands": [ |