]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/mips/conf/ROUTERSTATION
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / mips / conf / ROUTERSTATION
1 #
2 # Ubiquiti Routerstation: Boot from onboard flash
3 #
4 # $FreeBSD$
5 #
6
7 include         "AR71XX_BASE"
8 ident           "ROUTERSTATION"
9 hints           "ROUTERSTATION.hints"
10
11 # XXX Is there an RTC on the RS?
12
13 # GEOM modules
14 device          geom_redboot    # to get access to the SPI flash partitions
15 device          geom_uzip       # compressed in-memory filesystem support
16 options         GEOM_UZIP
17
18 # For DOS
19 options         MSDOSFS
20
21 # Etherswitch support
22 options         ARGE_MDIO
23 device          miiproxy
24 device          etherswitch
25 device          ukswitch
26
27 # Boot path - redboot MFS
28 options         ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"