MFC r283939: userboot: enable bzipfs support

This commit is contained in:
avg 2015-06-12 11:41:33 +00:00
parent 5c266cb7c9
commit 283a5c0b30

View File

@ -65,10 +65,11 @@ struct fs_ops *file_system[] = {
&host_fsops,
&ufs_fsops,
&cd9660_fsops,
&gzipfs_fsops,
#if defined(USERBOOT_ZFS_SUPPORT)
&zfs_fsops,
#endif
&gzipfs_fsops,
&bzipfs_fsops,
NULL
};