mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
29d1144aeb
in something from _BASE as NO_UNIVERSE Differential Revision: https://reviews.freebsd.org/D4200
31 lines
570 B
Plaintext
31 lines
570 B
Plaintext
#
|
|
# Ubiquiti Routerstation: Boot from onboard flash
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
#NO_UNIVERSE
|
|
|
|
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_uncompress # compressed in-memory filesystem support
|
|
options GEOM_UNCOMPRESS
|
|
|
|
# For DOS
|
|
options MSDOSFS
|
|
|
|
# Etherswitch support
|
|
options ARGE_MDIO
|
|
device miiproxy
|
|
device etherswitch
|
|
device ukswitch
|
|
|
|
# Boot path - redboot MFS
|
|
options ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\"
|