summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/RSPRO_MFS
blob: f0c9b5b428eeed370ab55f838689212d0b2d10f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Ubiquiti Routerstation Pro: boot from MFS
#
# $FreeBSD$
#

include		"AR71XX_BASE"
ident		"RSPRO_MFS"
hints		"RSPRO.hints"

# RTC - requires hackery in the spibus code to work
device		pcf2123_rtc

# GEOM modules
device		geom_redboot	# to get access to the SPI flash partitions
device		geom_uzip	# compressed in-memory filesystem hackery!
options 	GEOM_UZIP

# Boot from the first MFS uzip
options 	ROOTDEVNAME=\"ufs:md0.uzip\"

options 	MD_ROOT
options 	MD_ROOT_SIZE="6144"
OpenPOWER on IntegriCloud