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


1.2
date	2012.11.17.01.52.48;	author svnexp;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Switching exporter and resync
@
text
@#
# Ubiquiti Routerstation: boot from MFS
#
# $FreeBSD: head/sys/mips/conf/ROUTERSTATION_MFS 228944 2011-12-29 05:51:48Z adrian $
#

include		"AR71XX_BASE"
ident		"ROUTERSTATION_MFS"
hints		"ROUTERSTATION.hints"

# GEOM modules
device		geom_redboot	# to get access to the SPI flash partitions
device		geom_uzip	# compressed in-memory filesystem hackery!
options		GEOM_UZIP

options		ROOTDEVNAME=\"ufs:md0.uzip\"

options		MD_ROOT
options		MD_ROOT_SIZE="6144"
@


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
@d4 1
a4 1
# $FreeBSD$
@

