summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-15 19:43:56 +0000
committeradrian <adrian@FreeBSD.org>2012-01-15 19:43:56 +0000
commit09ed01a8f625cb65d563a5565e880a01c5297390 (patch)
tree49dfbc0ece273feb2bac9b3d9745dc282eb3d7c4 /sys/mips
parent267dacfd326b68a530239c88a4d61ac3f18ac65f (diff)
downloadFreeBSD-src-09ed01a8f625cb65d563a5565e880a01c5297390.zip
FreeBSD-src-09ed01a8f625cb65d563a5565e880a01c5297390.tar.gz
Build some more things (random, bridge/gif/gre, gpio, USB) as modules as well
so some embedded platform builds can use these instead of a fully monolithic kernel.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/AR71XX_BASE5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/mips/conf/AR71XX_BASE b/sys/mips/conf/AR71XX_BASE
index 7bacad5..4b447cf 100644
--- a/sys/mips/conf/AR71XX_BASE
+++ b/sys/mips/conf/AR71XX_BASE
@@ -24,8 +24,9 @@ hints "AR71XX_BASE.hints"
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-# Also build these as modules, just to ensure the build gets tested.
-makeoptions MODULES_OVERRIDE="wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci"
+# Build these as modules so small platform builds will have the
+# modules already built.
+makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci"
options DDB
options KDB
OpenPOWER on IntegriCloud