Deleted Added
sdiff udiff text old ( 256281 ) new ( 266331 )
full compact
1#
2# Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
3# sliced flash disk.
4#
5# $FreeBSD: stable/10/sys/mips/conf/RSPRO_STANDALONE 239625 2012-08-23 22:23:56Z ray $
6#
7
8include "AR71XX_BASE"
9ident "RSPRO_STANDALONE"
10hints "RSPRO.hints"
11
12# RTC - requires hackery in the spibus code to work
13device pcf2123_rtc
14
15# GEOM modules
16device geom_redboot # to get access to the SPI flash partitions
17device geom_uzip # compressed in-memory filesystem support
18options GEOM_UZIP
19
20# For DOS
21options MSDOSFS
22
23# .. first DOS-partitioned, BSD sliced flash disk
24options ROOTDEVNAME=\"ufs:da0s1a\"