summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/RSPRO_STANDALONE
blob: 2a7014f93807dceacd67a3ff4d059ebba4f7f350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
# sliced flash disk.
#
# $FreeBSD$
#

include		"AR71XX_BASE"
ident		"RSPRO_STANDALONE"
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 support
options		GEOM_UZIP

# For DOS
options		MSDOSFS

# .. first DOS-partitioned, BSD sliced flash disk
options		ROOTDEVNAME=\"ufs:da0s1a\"
OpenPOWER on IntegriCloud