1#
2# Routerstation Pro: boot from on-board flash
3#
4# $FreeBSD: stable/11/sys/mips/conf/RSPRO 345344 2019-03-20 18:49:45Z kib $
5#
6
7#NO_UNIVERSE
8
9include		"AR71XX_BASE"
10ident		"RSPRO"
11hints		"RSPRO.hints"
12
13# RTC - requires hackery in the spibus code to work
14device		pcf2123_rtc
15
16# GEOM modules
17device		geom_redboot	# to get access to the SPI flash partitions
18device		xz
19options 	GEOM_UZIP
20
21# For DOS
22options 	MSDOSFS
23
24# For etherswitch support
25options 	ARGE_MDIO
26device		miiproxy
27device		etherswitch
28device		arswitch
29
30# Boot off of flash
31options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
32
33