summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-11-24 04:19:02 +0000
committeradrian <adrian@FreeBSD.org>2011-11-24 04:19:02 +0000
commit570d45a598621a02848a3e5f22f9af8ec576c3fa (patch)
tree80da9e82a7a6721c987188d754de0ea2015cd2eb /sys/mips
parentbf1680595f0cbf23350569e351d6b1eb3434b3f6 (diff)
downloadFreeBSD-src-570d45a598621a02848a3e5f22f9af8ec576c3fa.zip
FreeBSD-src-570d45a598621a02848a3e5f22f9af8ec576c3fa.tar.gz
Slim the default build down a little:
* Disable the NFS client, it's not needed for booting off of flash. * Don't compile in softdep, snapshots, ufs acls and directory hashing.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/AR91XX_BASE11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/mips/conf/AR91XX_BASE b/sys/mips/conf/AR91XX_BASE
index 798ded8..35819e6 100644
--- a/sys/mips/conf/AR91XX_BASE
+++ b/sys/mips/conf/AR91XX_BASE
@@ -29,7 +29,7 @@ options KDB
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #InterNETworking
-options NFSCL #Network Filesystem Client
+#options NFSCL #Network Filesystem Client
options PSEUDOFS #Pseudo-filesystem framework
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
@@ -39,10 +39,11 @@ options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
options WITNESS_SKIPSPIN
-options FFS #Berkeley Fast Filesystem
-options SOFTUPDATES #Enable FFS soft updates support
-options UFS_ACL #Support for access control lists
-options UFS_DIRHASH #Improve performance on big directories
+options FFS #Berkeley Fast Filesystem
+#options SOFTUPDATES #Enable FFS soft updates support
+#options UFS_ACL #Support for access control lists
+#options UFS_DIRHASH #Improve performance on big directories
+options NO_FFS_SNAPSHOT # We don't require snapshot support
# Wireless NIC cards
options IEEE80211_DEBUG
OpenPOWER on IntegriCloud