freebsd-dev/sys/mips/conf/RSPRO_STANDALONE
Warner Losh d4f95c889d In kernel config files, it is supposed to be 'options<space><tab>' not
'options<tab><tab>', per long standing (but recently not so strictly
enforced) convention.
2014-03-18 14:41:18 +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\"