freebsd-dev/sys/mips/conf/RSPRO_MFS
Warner Losh 29d1144aeb Mark the mostly redundant kernels that just pull
in something from _BASE as NO_UNIVERSE

Differential Revision: https://reviews.freebsd.org/D4200
2015-11-19 01:58:12 +00:00

26 lines
491 B
Plaintext

#
# Ubiquiti Routerstation Pro: boot from MFS
#
# $FreeBSD$
#
#NO_UNIVERSE
include "AR71XX_BASE"
ident "RSPRO_MFS"
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 hackery!
options GEOM_UZIP
# Boot from the first MFS uzip
options ROOTDEVNAME=\"ufs:md0.uzip\"
options MD_ROOT
options MD_ROOT_SIZE="6144"