1#
2# Ubiquiti Routerstation: Boot from onboard flash
3#
4# $FreeBSD$
5#
6
7include		"AR71XX_BASE"
8ident		"ROUTERSTATION"
9hints		"ROUTERSTATION.hints"
10
11# XXX Is there an RTC on the RS?
12
13# GEOM modules
14device		geom_redboot	# to get access to the SPI flash partitions
15device		geom_uzip	# compressed in-memory filesystem support
16options 	GEOM_UZIP
17
18# For DOS
19options 	MSDOSFS
20
21# Etherswitch support
22options 	ARGE_MDIO
23device		miiproxy
24device		etherswitch
25device		ukswitch
26
27# Boot path - redboot MFS
28options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
29