* grub-core/Makefile.core.def (setpci): Enable on all PCI platforms.
This commit is contained in:
parent
28ea58cf69
commit
30545b8567
2 changed files with 5 additions and 1 deletions
|
@ -792,7 +792,7 @@ module = {
|
|||
module = {
|
||||
name = setpci;
|
||||
common = commands/setpci.c;
|
||||
enable = x86;
|
||||
enable = pci;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue