gnu: linux: Really build 9p/virtio modules.

* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
  CONFIG_9P_FS.
This commit is contained in:
Ludovic Courtès 2014-01-31 14:23:54 +01:00
parent 4919d68432
commit 70b33d81cf

View file

@ -173,6 +173,8 @@ (define-public linux-libre
;; 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")