1#
2# Ubiquiti Routerstation: Boot from onboard flash
3#
4# $FreeBSD: stable/11/sys/mips/conf/ROUTERSTATION 345344 2019-03-20 18:49:45Z kib $
5#
6
7#NO_UNIVERSE
8
9include		"AR71XX_BASE"
10ident		"ROUTERSTATION"
11hints		"ROUTERSTATION.hints"
12
13# XXX Is there an RTC on the RS?
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# Etherswitch support
24options 	ARGE_MDIO
25device		miiproxy
26device		etherswitch
27device		ukswitch
28
29# Boot path - redboot MFS
30options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
31