mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
pkgs/os-specific/linux/e1000e: don't strip the generated module
... but allow parallel building. svn path=/nixpkgs/trunk/; revision=29300
This commit is contained in:
parent
d0ffef49bb
commit
62d83b9265
@ -21,6 +21,10 @@ stdenv.mkDerivation {
|
|||||||
install -v -D -m 644 e1000e.ko "$out/lib/modules/$kernel_version/kernel/drivers/net/e1000e/e1000e.ko"
|
install -v -D -m 644 e1000e.ko "$out/lib/modules/$kernel_version/kernel/drivers/net/e1000e/e1000e.ko"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Linux kernel drivers for Intel Ethernet adapters and LOMs (LAN On Motherboard)";
|
description = "Linux kernel drivers for Intel Ethernet adapters and LOMs (LAN On Motherboard)";
|
||||||
homepage = "http://e1000.sf.net/";
|
homepage = "http://e1000.sf.net/";
|
||||||
|
Loading…
Reference in New Issue
Block a user