mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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:
parent
cc4a2aeb98
commit
d8bb353c26
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue