svn commit: r241954 - head/sys/conf

Warner Losh imp at FreeBSD.org
Tue Oct 23 16:12:18 UTC 2012


Author: imp
Date: Tue Oct 23 16:12:17 2012
New Revision: 241954
URL: http://svn.freebsd.org/changeset/base/241954

Log:
  Add in the crypto support from the generic versions.

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Tue Oct 23 16:07:41 2012	(r241953)
+++ head/sys/conf/files.mips	Tue Oct 23 16:12:17 2012	(r241954)
@@ -92,3 +92,7 @@ dev/ofw/ofw_if.m			optional	fdt   
 dev/ofw/ofw_bus_subr.c			optional	fdt
 dev/ofw/ofw_fdt.c			optional	fdt
 dev/fdt/fdt_mips.c			optional	fdt
+
+# crypto support -- use generic
+crypto/blowfish/bf_enc.c		optional	crypto | ipsec 
+crypto/des/des_enc.c			optional	crypto | ipsec


More information about the svn-src-all mailing list