Uncommented ndiswrapper
svn path=/nixpkgs/trunk/; revision=12096
This commit is contained in:
parent
faba06ce54
commit
74cb80f8fa
@ -4967,6 +4967,14 @@ let pkgs = rec {
|
|||||||
kernel_ext3cowpatched = kernel;
|
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 {
|
ov511 = import ../os-specific/linux/ov511 {
|
||||||
inherit fetchurl kernel;
|
inherit fetchurl kernel;
|
||||||
stdenv = overrideGCC stdenv gcc34;
|
stdenv = overrideGCC stdenv gcc34;
|
||||||
@ -5110,13 +5118,6 @@ let pkgs = rec {
|
|||||||
stdenv = overrideGCC stdenv gcc34;
|
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 {
|
nettools = import ../os-specific/linux/net-tools {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user