~ruther/guix-local

70b33d81cfe4f2192a2167a82e55aabc4401c8a6 — Ludovic Courtès 12 years ago 4919d68
gnu: linux: Really build 9p/virtio modules.

* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
  CONFIG_9P_FS.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 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")