ROUTERSTATION revision 239625
1#
2# Ubiquiti Routerstation: Boot from onboard flash
3#
4# $FreeBSD: head/sys/mips/conf/ROUTERSTATION 239625 2012-08-23 22:23:56Z ray $
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# Boot path - redboot MFS
22options		ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
23