mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
hurray for changing kernel interfaces!
svn path=/nixpkgs/trunk/; revision=5721
This commit is contained in:
parent
95dd22417c
commit
4ce1ddab36
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
url = http://www.ovcam.org/ov511/download/2.xx/distros/ov511-2.32.tar.bz2;
|
||||
md5 = "6a08025311649356242761641a1df0f2";
|
||||
};
|
||||
patches = [./ov511-kernel.patch];
|
||||
patches = [./ov511-kernel.patch ./ov511-2.32.patch];
|
||||
inherit kernel;
|
||||
NIX_GLIBC_FLAGS_SET=1;
|
||||
}
|
||||
|
13
pkgs/os-specific/linux/ov511/ov511-2.32.patch
Normal file
13
pkgs/os-specific/linux/ov511/ov511-2.32.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -rc ov511-2.32/tuner.c ov511-2.32.new/tuner.c
|
||||
*** ov511-2.32/tuner.c Mon Apr 3 15:16:27 2006
|
||||
--- ov511-2.32.new/tuner.c Mon Jul 17 00:26:57 2006
|
||||
***************
|
||||
*** 1029,1035 ****
|
||||
static struct i2c_client client_template =
|
||||
{
|
||||
.name = "(tuner unset)",
|
||||
- .flags = I2C_CLIENT_ALLOW_USE,
|
||||
.driver = &driver,
|
||||
};
|
||||
|
||||
--- 1029,1034 ----
|
Loading…
Reference in New Issue
Block a user