Date: Thu, 2 Nov 2017 18:13:26 +0000 (UTC) From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325332 - head/sys/boot/i386/loader Message-ID: <201711021813.vA2IDQTu075740@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: royger Date: Thu Nov 2 18:13:26 2017 New Revision: 325332 URL: https://svnweb.freebsd.org/changeset/base/325332 Log: loader: re-enable gzip support for x86 r324653 inadvertently disabled default gzip support on x86, re-enable. Sponsored by: Citrix System R&D Reviewed by: imp Differential revision: https://reviews.freebsd.org/D12913 Modified: head/sys/boot/i386/loader/Makefile Modified: head/sys/boot/i386/loader/Makefile ============================================================================== --- head/sys/boot/i386/loader/Makefile Thu Nov 2 18:09:10 2017 (r325331) +++ head/sys/boot/i386/loader/Makefile Thu Nov 2 18:13:26 2017 (r325332) @@ -18,6 +18,7 @@ LOADER_CD9660_SUPPORT?= no LOADER_EXT2FS_SUPPORT?= no LOADER_MSDOS_SUPPORT?= no LOADER_UFS_SUPPORT?= yes +LOADER_GZIP_SUPPORT?= yes # architecture-specific loader code SRCS= main.c conf.c vers.c chain.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711021813.vA2IDQTu075740>