]> git.ipfire.org Git - thirdparty/grub.git/commit
Leverage BFS implementation to read AFS.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 30 Oct 2011 15:10:18 +0000 (16:10 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 30 Oct 2011 15:10:18 +0000 (16:10 +0100)
commiteb0b6b45f380ca4831358aa14aa25391f2d9800f
tree746adb16dc50d2e2dc04b07a428aeadc0494bd46
parent80f9f81424d72bea0588b48c428bb8d39a276f33
Leverage BFS implementation to read AFS.

* Makefile.util.def (libgrubmods): Add afs.c.
* grub-core/Makefile.core.def (afs): New module
* grub-core/fs/afs.c: New file.
* grub-core/fs/bfs.c [MODE_AFS]: Adapt for AFS.
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def
grub-core/fs/afs.c [new file with mode: 0644]
grub-core/fs/bfs.c