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