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

25 lines
525 B
Plaintext

#
# Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
# sliced flash disk.
#
# $FreeBSD$
#
include "AR71XX_BASE"
ident "RSPRO_STANDALONE"
hints "RSPRO.hints"
# RTC - requires hackery in the spibus code to work
device pcf2123_rtc
# 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
# .. first DOS-partitioned, BSD sliced flash disk
options ROOTDEVNAME=\"ufs:da0s1a\"