From: Vladimir 'phcoder' Serbinenko Date: Fri, 27 Jan 2012 12:52:48 +0000 (+0100) Subject: * grub-core/Makefile.core.def (setpci): Enable on all PCI platforms. X-Git-Tag: 2.00~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30545b856724a11540df7244b7fb3cbd75dbcca6;p=thirdparty%2Fgrub.git * grub-core/Makefile.core.def (setpci): Enable on all PCI platforms. --- diff --git a/ChangeLog b/ChangeLog index 49a0ffb03..5f67c4804 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-27 Vladimir Serbinenko + + * grub-core/Makefile.core.def (setpci): Enable on all PCI platforms. + 2012-01-27 Vladimir Serbinenko * grub-core/fs/zfs/zfs.c (nvlist_find_value): Check that we don't go diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 21fe41cd2..645deb92f 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -792,7 +792,7 @@ module = { module = { name = setpci; common = commands/setpci.c; - enable = x86; + enable = pci; }; module = {