diff --git a/config-x86_64-generic b/config-x86_64-generic index 64f87e6ca..1effc4d30 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -396,3 +396,5 @@ CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m CONFIG_VGA_SWITCHEROO=y CONFIG_LPC_SCH=m + +CONFIG_HP_ILO=m diff --git a/kernel.spec b/kernel.spec index b9b2a5dbc..62307ee80 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 62 +%global baserelease 63 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2286,6 +2286,9 @@ fi %changelog +* Fri Dec 03 2010 Kyle McMartin 2.6.34.7-63 +- Enable hpilo.ko on x86_64. (#571329) + * Mon Nov 29 2010 Kyle McMartin - Make ima an opt-in parameter like we did in F-14. Pass ima=on if you want it enabled.