Uncommented ndiswrapper

svn path=/nixpkgs/trunk/; revision=12096
This commit is contained in:
Michael Raskin 2008-06-15 11:39:54 +00:00
parent faba06ce54
commit 74cb80f8fa

View file

@ -4967,6 +4967,14 @@ let pkgs = rec {
kernel_ext3cowpatched = kernel;
};
/* compiles but has to be integrated into the kernel somehow
Let's have it uncommented and finish it..
*/
ndiswrapper = import ../os-specific/linux/ndiswrapper {
inherit fetchurl stdenv;
inherit kernel;
};
ov511 = import ../os-specific/linux/ov511 {
inherit fetchurl kernel;
stdenv = overrideGCC stdenv gcc34;
@ -5110,13 +5118,6 @@ let pkgs = rec {
stdenv = overrideGCC stdenv gcc34;
};
/* compiles but has to be integrated into the kernel somehow
ndiswrapper = import ../os-specific/linux/ndiswrapper {
inherit fetchurl stdenv;
inherit kernel;
};
*/
nettools = import ../os-specific/linux/net-tools {
inherit fetchurl stdenv;
};