Uncommented ndiswrapper
svn path=/nixpkgs/trunk/; revision=12096
This commit is contained in:
parent
faba06ce54
commit
74cb80f8fa
1 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue