summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-09-03 22:33:06 +0000
committersbruno <sbruno@FreeBSD.org>2013-09-03 22:33:06 +0000
commit3e7c5db622a38e9023feea4bf6f255018f73d77b (patch)
treed5e68eb019439ee237824a18d0591593e5ee7040
parent09ea56b1ca848cde0d84751e27d792fd33e7ab5b (diff)
downloadFreeBSD-src-3e7c5db622a38e9023feea4bf6f255018f73d77b.zip
FreeBSD-src-3e7c5db622a38e9023feea4bf6f255018f73d77b.tar.gz
Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825
Reviewed by: adrian@
-rw-r--r--sys/mips/conf/DIR-8253
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/DIR-825 b/sys/mips/conf/DIR-825
index 62189cfc..7740d4d 100644
--- a/sys/mips/conf/DIR-825
+++ b/sys/mips/conf/DIR-825
@@ -54,12 +54,15 @@ options NO_SYSCTL_DESCR
device geom_map # to get access to the SPI flash partitions
device geom_uncompress # compressed in-memory filesystem hackery!
options GEOM_UNCOMPRESS
+options GEOM_PART_GPT
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
options AR71XX_REALMEM=64*1024*1024
options AR71XX_ENV_UBOOT
+options MSDOSFS # Read MSDOS filesystems; useful for USB/CF
+
# options MD_ROOT
# options MD_ROOT_SIZE="6144"
OpenPOWER on IntegriCloud