From edb1aeb5f7581b582bdfcf34072905a7942a7a96 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 14 May 2015 12:34:11 +0200 Subject: [PATCH 039/325] kern.opts.mk: Disable IPFILTER, IPSEC_SUPPORT, OFED, SOURCELESS_HOST and SOURCELESS_UCODE (XXX) This commit should probably be split into three. src.conf(5) is regenerated in a seperate commit to reduce the chances of merge conflicts when rebasing. Obtained from: ElectroBSD --- sys/conf/kern.opts.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index e4334ce37237..8abf76de7068 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -34,19 +34,13 @@ __DEFAULT_YES_OPTIONS = \ FORMAT_EXTENSIONS \ INET \ INET6 \ - IPFILTER \ - IPSEC_SUPPORT \ ISCSI \ KERNEL_SYMBOLS \ MODULE_DRM \ MODULE_DRM2 \ NETGRAPH \ - OFED \ PF \ REPRODUCIBLE_BUILD \ - SCTP_SUPPORT \ - SOURCELESS_HOST \ - SOURCELESS_UCODE \ TESTS \ USB_GADGET_EXAMPLES \ ZFS @@ -54,8 +48,14 @@ __DEFAULT_YES_OPTIONS = \ __DEFAULT_NO_OPTIONS = \ EXTRA_TCP_STACKS \ KERNEL_RETPOLINE \ + IPFILTER \ + IPSEC_SUPPORT \ NAND \ - RATELIMIT + OFED \ + RATELIMIT \ + REPRODUCIBLE_BUILD \ + SOURCELESS_HOST \ + SOURCELESS_UCODE # Some options are totally broken on some architectures. We disable # them. If you need to enable them on an experimental basis, you -- 2.32.0