summary refs log tree commit diff
path: root/pkgs/os-specific/linux/e1000e
Commit message (Collapse)AuthorAge
* gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin2013-07-14
|
* Partially revert my recent kernelPackages changesShea Levy2013-03-24
| | | | | | | | | | | | | | | | | First, pass in `self' again so that overriding works properly (thanks for pointing that out, @edolstra) Second, instead of having linuxPackages*.kernel mean something different inside the set and out, add a new attribute linuxPackages*.kernelDev, which for the generic kernel is simply linuxPackages*.kernel but for the manual-config kernel is the `dev' output (which has the build tree, source tree, etc.) The second change required trivial modifications in a bunch of expressions, I verified that all of the linuxPackages* sets defined in all-packages.nix have the same drv paths before and after the change. Signed-off-by: Shea Levy <shea@shealevy.com>
* * Include the kernel version in kernel-specific packages so that theyEelco Dolstra2012-02-17
| | | | | | can be distinguished in nix-env -qa output. svn path=/nixpkgs/trunk/; revision=32352
* pkgs/os-specific/linux/e1000e: don't strip the generated modulePeter Simons2011-09-15
| | | | | | ... but allow parallel building. svn path=/nixpkgs/trunk/; revision=29300
* os-specific/linux/e1000e: added recent a version of the e1000e kernel modulePeter Simons2011-09-15
That module is required to support modern Intel Gigabit Ethernet cards. svn path=/nixpkgs/trunk/; revision=29297