summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/AR71XX_BASE
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-06-08 03:01:19 +0000
committeradrian <adrian@FreeBSD.org>2015-06-08 03:01:19 +0000
commit1698c446dcd301bd89394c4faf4327cdc9537bc2 (patch)
treebe47d0fbe1185172e1a272256d73c9f31a1a699a /sys/mips/conf/AR71XX_BASE
parent68d6c60168cc4eef6cf3a401cb338a615680ec81 (diff)
downloadFreeBSD-src-1698c446dcd301bd89394c4faf4327cdc9537bc2.zip
FreeBSD-src-1698c446dcd301bd89394c4faf4327cdc9537bc2.tar.gz
Cope with .. less memory.
Diffstat (limited to 'sys/mips/conf/AR71XX_BASE')
-rw-r--r--sys/mips/conf/AR71XX_BASE3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/AR71XX_BASE b/sys/mips/conf/AR71XX_BASE
index 357f965..d2ff804 100644
--- a/sys/mips/conf/AR71XX_BASE
+++ b/sys/mips/conf/AR71XX_BASE
@@ -26,6 +26,9 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# 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"
+# For small memory footprints
+options VM_KMEM_SIZE_SCALE=1
+
options DDB
options KDB
OpenPOWER on IntegriCloud