]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/RSPRO
Modularize xz.
[FreeBSD/FreeBSD.git] / sys / mips / conf / RSPRO
1 #
2 # Routerstation Pro: boot from on-board flash
3 #
4 # $FreeBSD$
5 #
6
7 #NO_UNIVERSE
8
9 include         "AR71XX_BASE"
10 ident           "RSPRO"
11 hints           "RSPRO.hints"
12
13 # RTC - requires hackery in the spibus code to work
14 device          pcf2123_rtc
15
16 # GEOM modules
17 device          geom_redboot    # to get access to the SPI flash partitions
18 device          xz
19 options         GEOM_UZIP
20
21 # For DOS
22 options         MSDOSFS
23
24 # For etherswitch support
25 options         ARGE_MDIO
26 device          miiproxy
27 device          etherswitch
28 device          arswitch
29
30 # Boot off of flash
31 options         ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
32