freebsd-dev/sys/mips/conf/ROUTERSTATION
Aleksandr Rybalko 40bcb1d1fd Remove duplicated GEOM_PART_* options.
PR:		170931
Approved by:	adrian
2012-08-23 22:23:56 +00:00

23 lines
442 B
Plaintext

#
# 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\"