* Disable ov511 for now.
svn path=/nixpkgs/trunk/; revision=6915
This commit is contained in:
parent
9a6683d6a2
commit
84ba6b71d2
@ -2062,11 +2062,6 @@ rec {
|
||||
glibc = stdenv.gcc.libc;
|
||||
};
|
||||
|
||||
kernel = import ../os-specific/linux/kernel {
|
||||
inherit fetchurl perl mktemp;
|
||||
stdenv = overrideGCC stdenv gcc34;
|
||||
};
|
||||
|
||||
kernelHeaders = import ../os-specific/linux/kernel-headers {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
@ -2088,9 +2083,11 @@ rec {
|
||||
|
||||
kernelscripts = import ../os-specific/linux/kernelscripts {
|
||||
inherit stdenv module_init_tools kernel;
|
||||
modules = [ov511];
|
||||
modules = [];
|
||||
};
|
||||
|
||||
kernel = kernel_2_6_18;
|
||||
|
||||
kernel_2_6_18 = import ../os-specific/linux/kernel/linux-2.6.18.nix {
|
||||
inherit fetchurl perl mktemp;
|
||||
stdenv = overrideSetup stdenv ../stdenv/generic/setup-new.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user