aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-10-25 02:22:25 +0000
committerWarner Losh <imp@FreeBSD.org>2024-10-25 02:26:25 +0000
commit23dee252daf2ff60e521c9c019e64134b63ce90f (patch)
tree8bd7bc38fe6b9b26790ea09bb49509fbf7bfd65d /stand/i386
parentfaa9356f97d23655b801f77201692e6de9ae7caa (diff)
Diffstat (limited to 'stand/i386')
-rw-r--r--stand/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile
index 8385131a8849..857944dcd010 100644
--- a/stand/i386/loader/Makefile
+++ b/stand/i386/loader/Makefile
@@ -7,8 +7,8 @@ LOADER_CD9660_SUPPORT?= yes
LOADER_EXT2FS_SUPPORT?= no
LOADER_MSDOS_SUPPORT?= no
LOADER_UFS_SUPPORT?= yes
-LOADER_GZIP_SUPPORT?= no
-LOADER_BZIP2_SUPPORT?= no
+LOADER_GZIP_SUPPORT?= yes
+LOADER_BZIP2_SUPPORT?= yes
.include <bsd.init.mk>