From 65c06ec0807f90d6f5f87df9bcbb00bb6f5caee2 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 3 Dec 2010 07:03:54 -0500 Subject: [PATCH] enable hpilo on x86_64 --- config-x86_64-generic | 2 ++ kernel.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config-x86_64-generic b/config-x86_64-generic index 650aed31c..79b74c2af 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -407,3 +407,5 @@ CONFIG_INTEL_IDLE=y CONFIG_I7300_IDLE=m CONFIG_PCI_CNB20LE_QUIRK=y + +CONFIG_HP_ILO=m diff --git a/kernel.spec b/kernel.spec index b76ca1c7e..5e9f0c624 100644 --- a/kernel.spec +++ b/kernel.spec @@ -48,7 +48,7 @@ Summary: The Linux kernel # reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec). # scripts/rebase.sh should be made to do that for you, actually. # -%global baserelease 63 +%global baserelease 64 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2103,6 +2103,9 @@ fi # and build. %changelog +* Fri Dec 03 2010 Kyle McMartin 2.6.35.9-64 +- Enable hpilo.ko on x86_64 (#571329) + * Thu Dec 02 2010 Kyle McMartin - Grab some of Mel's fixes from -mmotm to hopefully sort out #649694.