Add the second kernel for alpha with the legacy addr option
svn path=/trunk/; revision=773
This commit is contained in:
parent
0a61622045
commit
6e96eb3ec9
4 changed files with 1668 additions and 2 deletions
|
@ -2,6 +2,12 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
24 Jan 2011; Raúl Porcel <armin76@gentoo.org>
|
||||||
|
kconfig/alpha/installcd-2.6.34.config,
|
||||||
|
+kconfig/alpha/installcd-2.6.34.legacy.config,
|
||||||
|
specs/alpha/installcd-stage2-minimal.spec:
|
||||||
|
Add the second kernel for alpha with the legacy addr option
|
||||||
|
|
||||||
23 Jan 2011; Raúl Porcel <armin76@gentoo.org>
|
23 Jan 2011; Raúl Porcel <armin76@gentoo.org>
|
||||||
specs/alpha/installcd-stage2-minimal.spec:
|
specs/alpha/installcd-stage2-minimal.spec:
|
||||||
Use my cdtar on alpha with an enhanced message
|
Use my cdtar on alpha with an enhanced message
|
||||||
|
|
|
@ -1485,7 +1485,7 @@ CONFIG_DEBUG_MEMORY_INIT=y
|
||||||
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_ALPHA_LEGACY_START_ADDRESS=y
|
# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
|
||||||
CONFIG_MATHEMU=y
|
CONFIG_MATHEMU=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
1634
releases/weekly/kconfig/alpha/installcd-2.6.34.legacy.config
Normal file
1634
releases/weekly/kconfig/alpha/installcd-2.6.34.legacy.config
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,7 +15,7 @@ livecd/iso: /space/catalyst/builds/default/install-alpha-minimal-2008.0.iso
|
||||||
livecd/type: gentoo-release-minimal
|
livecd/type: gentoo-release-minimal
|
||||||
livecd/volid: Gentoo Linux alpha 2008.0
|
livecd/volid: Gentoo Linux alpha 2008.0
|
||||||
|
|
||||||
boot/kernel: gentoo
|
boot/kernel: gentoo gentoolegacy
|
||||||
|
|
||||||
boot/kernel/gentoo/sources: gentoo-sources
|
boot/kernel/gentoo/sources: gentoo-sources
|
||||||
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-2.6.34.config
|
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-2.6.34.config
|
||||||
|
@ -43,6 +43,32 @@ boot/kernel/gentoo/use:
|
||||||
unicode
|
unicode
|
||||||
usb
|
usb
|
||||||
|
|
||||||
|
boot/kernel/gentoolegacy/sources: gentoo-sources
|
||||||
|
boot/kernel/gentoolegacy/config: ../../kconfig/alpha/installcd-2.6.34.legacy.config
|
||||||
|
boot/kernel/gentoolegacy/use:
|
||||||
|
-*
|
||||||
|
atm
|
||||||
|
deprecated
|
||||||
|
fbcon
|
||||||
|
fbcondecor
|
||||||
|
ipv6
|
||||||
|
livecd
|
||||||
|
loop-aes
|
||||||
|
lvm1
|
||||||
|
mng
|
||||||
|
ncurses
|
||||||
|
nls
|
||||||
|
nptl
|
||||||
|
nptlonly
|
||||||
|
pam
|
||||||
|
png
|
||||||
|
readline
|
||||||
|
socks5
|
||||||
|
ssl
|
||||||
|
truetype
|
||||||
|
unicode
|
||||||
|
usb
|
||||||
|
|
||||||
# Not keyworded on alpha
|
# Not keyworded on alpha
|
||||||
#boot/kernel/gentoo/packages:
|
#boot/kernel/gentoo/packages:
|
||||||
# sys-fs/ntfs3g
|
# sys-fs/ntfs3g
|
||||||
|
|
Loading…
Add table
Reference in a new issue