This used to have bzip2 support too.

This commit is contained in:
Warner Losh 2017-11-02 19:53:51 +00:00
parent b2ef499041
commit 3947701525

View File

@ -19,6 +19,7 @@ LOADER_EXT2FS_SUPPORT?= no
LOADER_MSDOS_SUPPORT?= no LOADER_MSDOS_SUPPORT?= no
LOADER_UFS_SUPPORT?= yes LOADER_UFS_SUPPORT?= yes
LOADER_GZIP_SUPPORT?= yes LOADER_GZIP_SUPPORT?= yes
LOADER_BZIP2_SUPPORT?= yes
# architecture-specific loader code # architecture-specific loader code
SRCS= main.c conf.c vers.c chain.c SRCS= main.c conf.c vers.c chain.c