summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-28 22:50:47 +0000
committeradrian <adrian@FreeBSD.org>2012-08-28 22:50:47 +0000
commitcfe045600d99613695dea7d0dcda9d39c92bb3cc (patch)
tree7318db50e6e13a20c14b912c0468edeefe2a04cd /sys/mips/conf
parent7774cfc9ea9a2365f3b162f9dbc7d99dd62428dd (diff)
downloadFreeBSD-src-cfe045600d99613695dea7d0dcda9d39c92bb3cc.zip
FreeBSD-src-cfe045600d99613695dea7d0dcda9d39c92bb3cc.tar.gz
* Don't compile in sysctl descriptions
* random is fine as a module
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/AR724X_BASE5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/mips/conf/AR724X_BASE b/sys/mips/conf/AR724X_BASE
index c7bc3c1..16b84d9 100644
--- a/sys/mips/conf/AR724X_BASE
+++ b/sys/mips/conf/AR724X_BASE
@@ -50,6 +50,9 @@ options DEBUG_MEMGUARD
options SCSI_NO_SENSE_STRINGS
options SCSI_NO_OP_STRINGS
+# .. And no sysctl strings
+options NO_SYSCTL_DESCR
+
options FFS #Berkeley Fast Filesystem
# options SOFTUPDATES #Enable FFS soft updates support
# options UFS_ACL #Support for access control lists
@@ -117,7 +120,7 @@ device loop
device ether
device md
device bpf
-device random
+#device random
#device if_bridge
#device gif # ip[46] in ip[46] tunneling protocol
#device gre # generic encapsulation - only for IPv4 in IPv4 though atm
OpenPOWER on IntegriCloud