Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 18:18:35 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312822 - head/sys/mips/conf
Message-ID:  <201701261818.v0QIIZNn033460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261818.v0QIIZNn033460>