2017-04-21 10:43:26 +00:00
|
|
|
#
|
|
|
|
# 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
|
2021-08-31 11:00:09 +00:00
|
|
|
device xz
|
2017-04-21 10:43:26 +00:00
|
|
|
options GEOM_UZIP
|
|
|
|
|
|
|
|
# For DOS
|
|
|
|
options MSDOSFS
|
|
|
|
|
|
|
|
# Etherswitch support
|
|
|
|
options ARGE_MDIO
|
|
|
|
device miiproxy
|
|
|
|
device etherswitch
|
|
|
|
device ukswitch
|
|
|
|
|
|
|
|
# Boot path - redboot MFS
|
|
|
|
options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
|