On 29. Dec 2011, at 05:51 , Adrian Chadd wrote:

> Author: adrian
> Date: Thu Dec 29 05:51:48 2011
> New Revision: 228944
> URL: http://svn.freebsd.org/changeset/base/228944
> 
> Log:
>  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.
> 
> Added:
>  head/sys/mips/conf/AR71XX_BASE   (contents, props changed)
>  head/sys/mips/conf/AR71XX_BASE.hints   (contents, props changed)
>  head/sys/mips/conf/ROUTERSTATION   (contents, props changed)
>  head/sys/mips/conf/ROUTERSTATION.hints   (contents, props changed)
>  head/sys/mips/conf/ROUTERSTATION_MFS   (contents, props changed)
>  head/sys/mips/conf/RSPRO   (contents, props changed)
>  head/sys/mips/conf/RSPRO.hints   (contents, props changed)
>  head/sys/mips/conf/RSPRO_MFS   (contents, props changed)
>  head/sys/mips/conf/RSPRO_STANDALONE   (contents, props changed)
> Deleted:
>  head/sys/mips/conf/AR71XX
>  head/sys/mips/conf/AR71XX.hints
> 


> Added: head/sys/mips/conf/ROUTERSTATION
> ==============================================================================
> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> +++ head/sys/mips/conf/ROUTERSTATION  Thu Dec 29 05:51:48 2011        
> (r228944)
> @@ -0,0 +1,24 @@
> +#
> +# Ubiquiti Routerstation: Boot from onboard flash
> +#
> +# $FreeBSD$
> +#
> +
> +include              "UBNT_AR71XX_BASE"

That file does not exist causing the build and universe to fail.


> +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              GEOM_PART_BSD
> +options              GEOM_PART_MBR
> +options              MSDOSFS
> +
> +# Boot path - redboot MFS
> +options              ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to