enable hpilo.ko on x86_64

This commit is contained in:
Kyle McMartin 2010-12-03 07:06:19 -05:00
parent c1c4696c55
commit ce005fe2dc
2 changed files with 6 additions and 1 deletions

View File

@ -396,3 +396,5 @@ CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
CONFIG_VGA_SWITCHEROO=y
CONFIG_LPC_SCH=m
CONFIG_HP_ILO=m

View File

@ -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 <kyle@redhat.com> 2.6.34.7-63
- Enable hpilo.ko on x86_64. (#571329)
* Mon Nov 29 2010 Kyle McMartin <kyle@redhat.com>
- Make ima an opt-in parameter like we did in F-14. Pass ima=on if you want
it enabled.