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