svn commit: r312822 - head/sys/mips/conf

Ed Maste emaste at FreeBSD.org
Thu Jan 26 18:18:37 UTC 2017


Author: emaste
Date: Thu Jan 26 18:18:35 2017
New Revision: 312822
URL: https://svnweb.freebsd.org/changeset/base/312822

Log:
  Enable modules in the MIPS ERL kernel config
  
  As reported by cperciva[1], modules are beneficial for typical
  Edgerouter Lite use cases.
  
  [1] http://www.daemonology.net/blog/2016-01-10-FreeBSD-EdgeRouter-Lite.html

Modified:
  head/sys/mips/conf/ERL

Modified: head/sys/mips/conf/ERL
==============================================================================
--- head/sys/mips/conf/ERL	Thu Jan 26 18:05:31 2017	(r312821)
+++ head/sys/mips/conf/ERL	Thu Jan 26 18:18:35 2017	(r312822)
@@ -24,8 +24,6 @@ ident		ERL
 makeoptions	ARCH_FLAGS="-march=octeon -mabi=64"
 makeoptions	LDSCRIPT_NAME=ldscript.mips.octeon1
 
-# Don't build any modules yet.
-makeoptions	MODULES_OVERRIDE=""
 makeoptions	KERNLOADADDR=0xffffffff80100000
 
 # We don't need to build a trampolined version of the kernel.


More information about the svn-src-head mailing list