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

* gnu/packages/linux.scm (linux-libre): Add CONFIG_E1000E=m.
This commit is contained in:
Ludovic Courtès 2014-06-03 22:22:25 +02:00
parent cc4a2aeb98
commit d8bb353c26
1 changed files with 2 additions and 1 deletions

View File

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