1#
2# Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
3# sliced flash disk.
4#
5# $FreeBSD: stable/11/sys/mips/conf/RSPRO_STANDALONE 345344 2019-03-20 18:49:45Z kib $
6#
7
8include		"AR71XX_BASE"
9ident		"RSPRO_STANDALONE"
10hints		"RSPRO.hints"
11
12# RTC - requires hackery in the spibus code to work
13device		pcf2123_rtc
14
15# GEOM modules
16device		geom_redboot	# to get access to the SPI flash partitions
17device		xz
18options 	GEOM_UZIP
19
20# For DOS
21options 	MSDOSFS
22
23# .. first DOS-partitioned, BSD sliced flash disk
24options 	ROOTDEVNAME=\"ufs:da0s1a\"
25