freebsd-skq/sys/mips/conf/ROUTERSTATION
adrian f4b590dbf1 Modify the routerstation config to use ukswitch for now.
Until an ADM6996 driver shows up, this allows for the two switch
ports to be used.

Submitted by:	Luiz Otavio O Souza <loos.br@gmail.com>
Reviewed by:	ray
2013-05-08 20:57:37 +00:00

29 lines
538 B
Plaintext

#
# Ubiquiti Routerstation: Boot from onboard flash
#
# $FreeBSD$
#
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\"