diff options
Diffstat (limited to 'sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild')
-rw-r--r-- | sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild b/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild index 4e006d5382b9..111182b26619 100644 --- a/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild +++ b/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild,v 1.1 2006/04/13 03:43:26 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.15.7-r1.ebuild,v 1.2 2006/07/03 05:09:32 kumba Exp $ # INCLUDED: @@ -52,19 +52,19 @@ USE_PNT="yes" # If set to "yes", then attempt to use a point-release (2.6.x.y # Machine Support Control Variables DO_IP22="yes" # If "yes", enable IP22 support (SGI Indy, Indigo2 R4x00) -DO_IP27="yes" # IP27 support (SGI Origin) -DO_IP28="yes" # IP28 support (SGI Indigo2 Impact R10000) -DO_IP30="yes" # IP30 support (SGI Octane) -DO_IP32="yes" # IP32 support (SGI O2, R5000/RM5200 Only) -DO_CBLT="yes" # Cobalt Support (Cobalt Microsystems) +DO_IP27="no" # IP27 support (SGI Origin) +DO_IP28="no" # IP28 support (SGI Indigo2 Impact R10000) +DO_IP30="no" # IP30 support (SGI Octane) +DO_IP32="no" # IP32 support (SGI O2, R5000/RM5200 Only) +DO_CBLT="no" # Cobalt Support (Cobalt Microsystems) # Machine Stable Version Variables SV_IP22="" # If set && DO_IP22 == "no", indicates last "good" IP22 version -SV_IP27="" # DO_IP27 == "no", IP27 -SV_IP28="" # DO_IP28 == "no", IP28 -SV_IP30="" # DO_IP30 == "no", IP30 -SV_IP32="" # DO_IP32 == "no", IP32 -SV_CBLT="" # DO_CBLT == "no", Cobalt +SV_IP27="2.6.16.22" # DO_IP27 == "no", IP27 +SV_IP28="2.6.16.22" # DO_IP28 == "no", IP28 +SV_IP30="2.6.16.22" # DO_IP30 == "no", IP30 +SV_IP32="2.6.16.22" # DO_IP32 == "no", IP32 +SV_CBLT="2.6.16.22" # DO_CBLT == "no", Cobalt # If USE_RC == "yes", use a release candidate kernel (2.6.X-rcY) |