ROUTERSTATION revision 228944
1#
2# Ubiquiti Routerstation: Boot from onboard flash
3#
4# $FreeBSD: head/sys/mips/conf/ROUTERSTATION 228944 2011-12-29 05:51:48Z adrian $
5#
6
7include		"UBNT_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		GEOM_PART_BSD
20options		GEOM_PART_MBR
21options		MSDOSFS
22
23# Boot path - redboot MFS
24options		ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
25