RSPRO_STANDALONE revision 266331
1#
2# Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
3# sliced flash disk.
4#
5# $FreeBSD: stable/10/sys/mips/conf/RSPRO_STANDALONE 266331 2014-05-17 17:34:37Z ian $
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		geom_uzip	# compressed in-memory filesystem support
18options 	GEOM_UZIP
19
20# For DOS
21options 	MSDOSFS
22
23# .. first DOS-partitioned, BSD sliced flash disk
24options 	ROOTDEVNAME=\"ufs:da0s1a\"
25