diff options
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 553120ca2b..b88ecfcac0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -173,6 +173,8 @@ ;; explicitly added. (let ((port (open-file ".config" "a"))) (display (string-append "CONFIG_NET_9P_VIRTIO=m\n" + "CONFIG_NET_9P=m\n" + "CONFIG_9P_FS=m\n" "CONFIG_VIRTIO_NET=m\n" "CONFIG_VIRTIO_BLK=m\n" "CONFIG_VIRTIO_BALLOON=m\n") |