PERFORCE change 163338 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jun 2 08:18:44 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163338

Change 163338 by trasz at trasz_victim on 2009/06/02 08:18:32

	I need IPSEC for stuff unrelated to HRL; add IPSEC to the kernel
	config file, so I don't have to switch trees.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#3 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#3 (text+ko) ====

@@ -32,6 +32,9 @@
 #
 # env		"GENERIC.env"
 
+options		IPSEC
+device		crypto
+
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
 options 	SCHED_ULE		# ULE scheduler


More information about the p4-projects mailing list