ov511: Remove

This is very obsolete (last updated for Linux 2.6.0-test4).
This commit is contained in:
Eelco Dolstra 2013-01-28 18:27:49 +01:00
parent 424d695cd8
commit 8cc94dc652
7 changed files with 0 additions and 96 deletions

View file

@ -1 +0,0 @@
import ./ov511-2.30-default.nix

View file

@ -1,18 +0,0 @@
source $stdenv/setup
hashname=$(basename $kernel)
echo $hashname
if echo "$hashname" | grep -q '^[a-z0-9]\{32\}-'; then
hashname=$(echo "$hashname" | cut -c -32)
fi
stripHash $kernel
version=$(echo $strippedName | cut -c 7-)-$hashname
echo "version $version"
export version
mkdir -p $out/lib/modules/$version/kernel/drivers/usb/media/
genericBuild

View file

@ -1,13 +0,0 @@
{stdenv, fetchurl, kernel}:
stdenv.mkDerivation {
name = "ov511-2.30-${kernel.version}";
builder = ./ov511-2.30-builder.sh;
src = fetchurl {
url = http://nixos.org/tarballs/ov511-2.30.tar.bz2;
md5 = "9eacf9e54f2f54a59ddbf14221a53f2a";
};
patches = [./ov511-kernel.patch ./ov511-2.32-kdir.patch];
inherit kernel;
NIX_GLIBC_FLAGS_SET=1;
}

View file

@ -1,20 +0,0 @@
diff -rc ov511-2.32/Makefile ov511-2.32.new/Makefile
*** ov511-2.32/Makefile 2006-03-28 17:47:31.000000000 +0200
--- ov511-2.32.new/Makefile 2006-07-17 09:46:17.000000000 +0200
***************
*** 114,120 ****
else # We were called from command line
! KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
--- 114,120 ----
else # We were called from command line
! KDIR := $(kernel)/lib/modules/$(version)/build
PWD := $(shell pwd)
default:

View file

@ -1,39 +0,0 @@
diff -rc ov511-2.32/do_install.sh ov511-2.32.new/do_install.sh
*** ov511-2.32/do_install.sh 2003-11-12 09:24:29.000000000 +0100
--- ov511-2.32.new/do_install.sh 2006-07-16 19:44:56.000000000 +0200
***************
*** 8,15 ****
UNAME=`uname -r`
! INSTALL_PATH_2_4=/lib/modules/$UNAME/kernel/drivers/usb/
! INSTALL_PATH_2_6=/lib/modules/$UNAME/kernel/drivers/usb/media/
MAJMIN=`echo $UNAME | cut -d . -f 1-2`
--- 8,15 ----
UNAME=`uname -r`
! INSTALL_PATH_2_4=$out/lib/modules/$version/kernel/drivers/usb/
! INSTALL_PATH_2_6=$out/lib/modules/$version/kernel/drivers/usb/media/
MAJMIN=`echo $UNAME | cut -d . -f 1-2`
***************
*** 35,41 ****
install $MODULE $INSTALL_PATH
done
! echo Finding module dependencies
! /sbin/depmod -ae
echo All done!
--- 35,41 ----
install $MODULE $INSTALL_PATH
done
! #echo Finding module dependencies
! #/sbin/depmod -ae
echo All done!

View file

@ -6087,10 +6087,6 @@ let
*/
ndiswrapper = callPackage ../os-specific/linux/ndiswrapper { };
ov511 = callPackage ../os-specific/linux/ov511 {
stdenv = overrideGCC stdenv gcc34;
};
perf = callPackage ../os-specific/linux/kernel/perf.nix { };
spl = callPackage ../os-specific/linux/spl/default.nix { };

View file

@ -1106,7 +1106,6 @@ in
nvidia_x11_legacy96 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
openafsClient = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
openiscsi = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
ov511 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
perf = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
spl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
sysprof = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };