forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=11028
This commit is contained in:
parent
f9998954b8
commit
d2c93e47a7
|
@ -4081,7 +4081,7 @@ rec {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
{ name = "ext3cow";
|
{ name = "ext3cow";
|
||||||
patch = ../os-specific/linux/kernel/linux-2.6.21.7-ext3cow_wouter.patch;
|
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
"CONFIG_EXT3COW_FS=m\n" +
|
"CONFIG_EXT3COW_FS=m\n" +
|
||||||
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
||||||
|
@ -4123,7 +4123,7 @@ rec {
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
/*
|
/*
|
||||||
{ name = "ext3cow";
|
{ name = "ext3cow";
|
||||||
patch = ../os-specific/linux/kernel/linux-2.6.21.7-ext3cow_wouter.patch;
|
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
"CONFIG_EXT3COW_FS=m\n" +
|
"CONFIG_EXT3COW_FS=m\n" +
|
||||||
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
||||||
|
@ -4162,7 +4162,7 @@ rec {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
{ name = "ext3cow";
|
{ name = "ext3cow";
|
||||||
patch = ../os-specific/linux/kernel/linux-2.6.21.7-ext3cow_wouter.patch;
|
patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
"CONFIG_EXT3COW_FS=m\n" +
|
"CONFIG_EXT3COW_FS=m\n" +
|
||||||
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
"CONFIG_EXT3COW_FS_XATTR=y\n" +
|
||||||
|
|
Loading…
Reference in a new issue