summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/ROUTERSTATION
blob: 7243d7471894166b05fd844bd4519682a0cacf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Ubiquiti Routerstation: Boot from onboard flash
#
# $FreeBSD$
#

include		"AR71XX_BASE"
ident		"ROUTERSTATION"
hints		"ROUTERSTATION.hints"

# XXX Is there an RTC on the RS?

# GEOM modules
device		geom_redboot	# to get access to the SPI flash partitions
device		geom_uzip	# compressed in-memory filesystem support
options		GEOM_UZIP

# For DOS
options		MSDOSFS

# Boot path - redboot MFS
options		ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
OpenPOWER on IntegriCloud