diff options
Diffstat (limited to 'sys/boot/powerpc/loader')
-rw-r--r-- | sys/boot/powerpc/loader/conf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c index d243399..5f2f519 100644 --- a/sys/boot/powerpc/loader/conf.c +++ b/sys/boot/powerpc/loader/conf.c @@ -59,6 +59,9 @@ struct fs_ops *file_system[] = { #ifdef LOADER_CDROM_SUPPORT &cd9660_fsops, #endif +#ifdef LOADER_EXT2FS_SUPPORT + &ext2fs_fsops, +#endif #ifdef LOADER_NET_SUPPORT &nfs_fsops, #endif |