head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2013.05.09.00.41.11;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.01.52.48;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.23.22.23.56;	author ray;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.31.15.56.00;	author adrian;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.29.05.51.48;	author adrian;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250385
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#
# Ubiquiti Routerstation: Boot from onboard flash
#
# $FreeBSD: head/sys/mips/conf/ROUTERSTATION 250385 2013-05-08 20:57:37Z adrian $
#

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\"
@


1.4
log
@Switching exporter and resync
@
text
@d4 1
a4 1
# $FreeBSD: head/sys/mips/conf/ROUTERSTATION 239625 2012-08-23 22:23:56Z ray $
d21 6
@


1.3
log
@SVN rev 239625 on 2012-08-23 22:23:56Z by ray

Remove duplicated GEOM_PART_* options.

PR:		170931
Approved by:	adrian
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.2
log
@SVN rev 229126 on 2011-12-31 15:56:00Z by adrian

Oops - this was referencing a local file, which I've done away with.
@
text
@a18 2
options		GEOM_PART_BSD
options		GEOM_PART_MBR
@


1.1
log
@SVN rev 228944 on 2011-12-29 05:51:48Z by adrian

Break out the AR71XX config file into _BASE and board specific
bits.

The ROUERSTATION and RSPRO variants contain:

* the board specific bits (eg the RTC for RSPRO, later on it'll
  include the GPIO/LED definitions);
* the boot specific bits (eg, on-board flash, usb flash, etc).

For now the AR71XX_BASE file contains the common board config,
drivers and net80211/ath wireless drivers.

I'll follow this up with config files for the other boards I
have (eg the Ubiquiti LSSR71, as well as some Mikrotik boards
that use the AR71XX and atheros reference boards) which will
be quite easy to do now.
@
text
@d7 1
a7 1
include		"UBNT_AR71XX_BASE"
@

