freebsd-dev/sys/mips/conf/ROUTERSTATION
Maxim Sobolev 5497acc527 Obsolete mkulzma(8) and geom_uncompress(4), their functionality
is now provided by mkuzip(8) and geom_uzip(4) respectively.

MFC after:	1 month
2016-02-24 00:39:36 +00:00

31 lines
552 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_uzip # compressed in-memory filesystem support
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\"