From 8b9d5278e79bd67f7349525544dde753c730948f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 14 May 2015 12:34:11 +0200 Subject: [PATCH 034/310] kern.opts.mk: Disable IPFILTER, IPSEC_SUPPORT, OFED, SOURCELESS_HOST and SOURCELESS_UCODE and enable REPRODUCIBLE_BUILDS (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 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index a6e0a48d3272..098152ee7c4e 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -36,17 +36,12 @@ __DEFAULT_YES_OPTIONS = \ FORMAT_EXTENSIONS \ INET \ INET6 \ - IPFILTER \ - IPSEC_SUPPORT \ ISCSI \ KERNEL_SYMBOLS \ NETGRAPH \ - OFED \ PF \ - SCTP_SUPPORT \ - SOURCELESS_HOST \ - SOURCELESS_UCODE \ SPLIT_KERNEL_DEBUG \ + REPRODUCIBLE_BUILD \ TESTS \ USB_GADGET_EXAMPLES \ ZFS @@ -57,8 +52,16 @@ __DEFAULT_NO_OPTIONS = \ INIT_ALL_PATTERN \ INIT_ALL_ZERO \ KERNEL_RETPOLINE \ + SCTP_SUPPORT \ RATELIMIT \ - REPRODUCIBLE_BUILD + IPFILTER \ + IPSEC_SUPPORT \ + NAND \ + OFED \ + RATELIMIT \ + 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.37.1