2011-12-29 00:51:48 -05:00
|
|
|
#
|
|
|
|
|
# Ubiquiti Routerstation: Boot from onboard flash
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
2015-11-18 20:58:12 -05:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
|
2011-12-31 10:56:00 -05:00
|
|
|
include "AR71XX_BASE"
|
2011-12-29 00:51:48 -05:00
|
|
|
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
|
2019-02-26 14:55:03 -05:00
|
|
|
device xz
|
2016-02-23 19:39:36 -05:00
|
|
|
options GEOM_UZIP
|
2011-12-29 00:51:48 -05:00
|
|
|
|
|
|
|
|
# For DOS
|
2014-03-18 10:41:18 -04:00
|
|
|
options MSDOSFS
|
2011-12-29 00:51:48 -05:00
|
|
|
|
2013-05-08 16:57:37 -04:00
|
|
|
# Etherswitch support
|
2014-03-18 10:41:18 -04:00
|
|
|
options ARGE_MDIO
|
2013-05-08 16:57:37 -04:00
|
|
|
device miiproxy
|
|
|
|
|
device etherswitch
|
|
|
|
|
device ukswitch
|
|
|
|
|
|
2011-12-29 00:51:48 -05:00
|
|
|
# Boot path - redboot MFS
|
2016-02-23 19:39:36 -05:00
|
|
|
options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
|