Date: Sat, 20 Oct 2018 19:18:30 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339477 - head/sys/conf Message-ID: <201810201918.w9KJIUHb066786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat Oct 20 19:18:30 2018 New Revision: 339477 URL: https://svnweb.freebsd.org/changeset/base/339477 Log: Now that we've branched, turn off building DRM and DRM2 by default. We no longer build the drm/drm2 modules by default. See UPDATING for which package to install instead. drm and drm2 have been completely unsupported abandonware for a long time now. Please report issues with the pkg modules to x11@freebsd.org. Approved by: FreeBSD Graphics Team Modified: head/sys/conf/kern.opts.mk Modified: head/sys/conf/kern.opts.mk ============================================================================== --- head/sys/conf/kern.opts.mk Sat Oct 20 19:16:43 2018 (r339476) +++ head/sys/conf/kern.opts.mk Sat Oct 20 19:18:30 2018 (r339477) @@ -38,8 +38,6 @@ __DEFAULT_YES_OPTIONS = \ IPSEC_SUPPORT \ ISCSI \ KERNEL_SYMBOLS \ - MODULE_DRM \ - MODULE_DRM2 \ NETGRAPH \ PF \ REPRODUCIBLE_BUILD \ @@ -52,6 +50,8 @@ __DEFAULT_YES_OPTIONS = \ __DEFAULT_NO_OPTIONS = \ EXTRA_TCP_STACKS \ KERNEL_RETPOLINE \ + MODULE_DRM \ + MODULE_DRM2 \ NAND \ OFED \ RATELIMIT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201918.w9KJIUHb066786>