me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
  CONFIG_9P_FS.
master
Ludovic Courtès 2014-01-31 14:23:54 +01:00
parent 4919d68432
commit 70b33d81cf
1 changed files with 2 additions and 0 deletions

View File

@ -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")