~ruther/guix-local

68276f164f7ec543ae11496ee52f8e05bc4fbfd9 — Ludovic Courtès 12 years ago ed74858
gnu: linux-libre: Build the FUSE module.

* gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 165,6 165,8 @@
                      (substitute* ".config"
                        (("^# CONFIG_CIFS.*$")
                         "CONFIG_CIFS=m\n")
                        (("^# CONFIG_FUSE_FS.*$")
                         "CONFIG_FUSE_FS=m\n")
                        (("^# CONFIG_([[:graph:]]*)VIRTIO([[:graph:]]*) .*$"
                          _ before after)
                         (string-append "CONFIG_" before "VIRTIO"