mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-09 20:02:55 +00:00
* grub-core/Makefile.core.def (ieee1275_fb): Use enable=powerpc_ieee1275
for cleanness.
This commit is contained in:
parent
e3a1073fd2
commit
cf02731e48
@ -1,3 +1,8 @@
|
|||||||
|
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.core.def (ieee1275_fb): Use enable=powerpc_ieee1275
|
||||||
|
for cleanness.
|
||||||
|
|
||||||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
FreeDOS direct loading support.
|
FreeDOS direct loading support.
|
||||||
|
@ -1548,7 +1548,7 @@ module = {
|
|||||||
module = {
|
module = {
|
||||||
name = ieee1275_fb;
|
name = ieee1275_fb;
|
||||||
ieee1275 = video/ieee1275.c;
|
ieee1275 = video/ieee1275.c;
|
||||||
enable = powerpc;
|
enable = powerpc_ieee1275;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
Loading…
Reference in New Issue
Block a user