Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/releng/kconfig/2007.1/x86: installcd-2.6.22.config livecd-2.6.22.config
Date: Thu, 08 Nov 2007 01:30:50
Message-Id: E1IpwEF-0005TO-As@stork.gentoo.org
1 wolf31o2 07/11/08 01:30:43
2
3 Modified: installcd-2.6.22.config livecd-2.6.22.config
4 Log:
5 Enabled CONFIG_ATM_BR2684 on x86's InstallCD kernel config for bug #191619 and made sure all amd64/x86 configs are relocatable.
6
7 Revision Changes Path
8 1.3 src/releng/kconfig/2007.1/x86/installcd-2.6.22.config
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/installcd-2.6.22.config?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/installcd-2.6.22.config?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/installcd-2.6.22.config?r1=1.2&r2=1.3
13
14 Index: installcd-2.6.22.config
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/releng/kconfig/2007.1/x86/installcd-2.6.22.config,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- installcd-2.6.22.config 25 Oct 2007 19:03:35 -0000 1.2
21 +++ installcd-2.6.22.config 8 Nov 2007 01:30:42 -0000 1.3
22 @@ -232,9 +232,7 @@
23 CONFIG_HZ=100
24 # CONFIG_KEXEC is not set
25 # CONFIG_CRASH_DUMP is not set
26 -CONFIG_PHYSICAL_START=0x100000
27 -# CONFIG_RELOCATABLE is not set
28 -CONFIG_PHYSICAL_ALIGN=0x100000
29 +CONFIG_RELOCATABLE=y
30 # CONFIG_HOTPLUG_CPU is not set
31 CONFIG_COMPAT_VDSO=y
32 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
33 @@ -446,7 +444,7 @@
34 CONFIG_ATM=m
35 # CONFIG_ATM_CLIP is not set
36 # CONFIG_ATM_LANE is not set
37 -# CONFIG_ATM_BR2684 is not set
38 +CONFIG_ATM_BR2684=m
39 # CONFIG_BRIDGE is not set
40 CONFIG_VLAN_8021Q=m
41 # CONFIG_DECNET is not set
42
43
44
45 1.2 src/releng/kconfig/2007.1/x86/livecd-2.6.22.config
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/livecd-2.6.22.config?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/livecd-2.6.22.config?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/releng/kconfig/2007.1/x86/livecd-2.6.22.config?r1=1.1&r2=1.2
50
51 Index: livecd-2.6.22.config
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo/src/releng/kconfig/2007.1/x86/livecd-2.6.22.config,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- livecd-2.6.22.config 25 Oct 2007 18:54:55 -0000 1.1
58 +++ livecd-2.6.22.config 8 Nov 2007 01:30:42 -0000 1.2
59 @@ -242,9 +242,7 @@
60 CONFIG_HZ=100
61 CONFIG_KEXEC=y
62 CONFIG_CRASH_DUMP=y
63 -CONFIG_PHYSICAL_START=0x100000
64 -# CONFIG_RELOCATABLE is not set
65 -CONFIG_PHYSICAL_ALIGN=0x100000
66 +CONFIG_RELOCATABLE=y
67 CONFIG_HOTPLUG_CPU=y
68 CONFIG_COMPAT_VDSO=y
69 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
70
71
72
73 --
74 gentoo-commits@g.o mailing list