From 068b6c82d60598c902443ef3163a664c69d67bc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 6 Apr 2009 19:15:28 +0000 Subject: [PATCH] - esfq/wrr off (broken on 2.6.29) Changed files: kernel.spec -> 1.664 --- kernel.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel.spec b/kernel.spec index 6907ffbe..76d9ea50 100644 --- a/kernel.spec +++ b/kernel.spec @@ -38,7 +38,8 @@ %bcond_with nfsroot # build with root on NFS support %bcond_with imq # imq support -%bcond_without wrr # wrr support +%bcond_with wrr # wrr support (broken on 2.6.29) +%bcond_with esfq # esfq support (broken on 2.6.29) %bcond_without ipv6 # ipv6 support %bcond_without vserver # support for VServer (enabled by default) @@ -825,9 +826,10 @@ install %{SOURCE5} Makefile.ppclibs %patch51 -p1 %endif -# XXX: 2.6.29 fixme # esfq -# %patch53 -p1 +%if %{with esfq} +%patch53 -p1 +%endif %if %{with wrr} %patch52 -p1 -- 2.44.0