~ruther/guix-local

d8bb353c26a6eba47385845439f1ca8286ab68ee — Ludovic Courtès 11 years ago cc4a2ae
gnu: linux-libre: Build the e1000e driver (Intel ethernet NIC driver.)

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -1
@@ 182,7 182,8 @@
                                                "CONFIG_VIRTIO_MMIO=m\n"
                                                "CONFIG_FUSE_FS=m\n"
                                                "CONFIG_CIFS=m\n"
                                                "CONFIG_9P_FS=m\n")
                                                "CONFIG_9P_FS=m\n"
                                                "CONFIG_E1000E=m\n")
                                 port)
                        (close-port port))