2011-12-29 05:51:48 +00:00
|
|
|
#
|
|
|
|
# Ubiquiti Routerstation: Boot from onboard flash
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-12-31 15:56:00 +00:00
|
|
|
include "AR71XX_BASE"
|
2011-12-29 05:51:48 +00: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
|
|
|
|
device geom_uzip # compressed in-memory filesystem support
|
2014-03-18 14:41:18 +00:00
|
|
|
options GEOM_UZIP
|
2011-12-29 05:51:48 +00:00
|
|
|
|
|
|
|
# For DOS
|
2014-03-18 14:41:18 +00:00
|
|
|
options MSDOSFS
|
2011-12-29 05:51:48 +00:00
|
|
|
|
2013-05-08 20:57:37 +00:00
|
|
|
# Etherswitch support
|
2014-03-18 14:41:18 +00:00
|
|
|
options ARGE_MDIO
|
2013-05-08 20:57:37 +00:00
|
|
|
device miiproxy
|
|
|
|
device etherswitch
|
|
|
|
device ukswitch
|
|
|
|
|
2011-12-29 05:51:48 +00:00
|
|
|
# Boot path - redboot MFS
|
2014-03-18 14:41:18 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
|