From e6d99f070c9a4ccb4b575ca4ab15b1d6e091f853 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 26 Jan 2017 18:18:35 +0000 Subject: [PATCH] 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 --- sys/mips/conf/ERL | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/mips/conf/ERL b/sys/mips/conf/ERL index 8be3b8de428a..07332ee09d99 100644 --- a/sys/mips/conf/ERL +++ b/sys/mips/conf/ERL @@ -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.