Skip to content
Snippets Groups Projects
Commit d8bb353c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: linux-libre: Build the e1000e driver (Intel ethernet NIC driver.)

* gnu/packages/linux.scm (linux-libre): Add CONFIG_E1000E=m.
parent cc4a2aeb
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,8 @@ (define-public linux-libre
"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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment