Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r481 - in trunk/releases/2008.0: . kconfig/alpha kconfig/amd64 kconfig/ia64 kconfig/powerpc kconfig/sparc kconfig/x86
Date: Mon, 10 Mar 2008 18:34:07
Message-Id: E1JYmp2-0004kj-Ty@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-03-10 18:34:04 +0000 (Mon, 10 Mar 2008)
3 New Revision: 481
4
5 Modified:
6 trunk/releases/2008.0/ChangeLog
7 trunk/releases/2008.0/kconfig/alpha/installcd-2.6.23.config
8 trunk/releases/2008.0/kconfig/amd64/livecd-2.6.22.config
9 trunk/releases/2008.0/kconfig/amd64/livecd-2.6.24.config
10 trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config
11 trunk/releases/2008.0/kconfig/powerpc/installcd-ibm-2.6.23.config
12 trunk/releases/2008.0/kconfig/powerpc/installcd-ppc64apple-2.6.23.config
13 trunk/releases/2008.0/kconfig/sparc/installcd-2.6.23.config
14 trunk/releases/2008.0/kconfig/x86/installcd-2.6.23.config
15 trunk/releases/2008.0/kconfig/x86/livecd-2.6.23.config
16 Log:
17 Enable the fuse module in all kconfigs
18
19 Modified: trunk/releases/2008.0/ChangeLog
20 ===================================================================
21 --- trunk/releases/2008.0/ChangeLog 2008-03-10 17:01:11 UTC (rev 480)
22 +++ trunk/releases/2008.0/ChangeLog 2008-03-10 18:34:04 UTC (rev 481)
23 @@ -2,6 +2,16 @@
24 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 10 Mar 2008; Andrew Gaffney <agaffney@g.o>
28 + kconfig/amd64/livecd-2.6.22.config,
29 + kconfig/powerpc/installcd-ppc64apple-2.6.23.config,
30 + kconfig/powerpc/installcd-ibm-2.6.23.config,
31 + kconfig/ia64/installcd-2.6.23.config, kconfig/x86/livecd-2.6.23.config,
32 + kconfig/x86/installcd-2.6.23.config,
33 + kconfig/alpha/installcd-2.6.23.config,
34 + kconfig/sparc/installcd-2.6.23.config, kconfig/amd64/livecd-2.6.24.config:
35 + Enable the fuse module in all kconfigs
36 +
37 10 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
38 specs/amd64/installcd-stage1.spec:
39 Masking b43-fwcutter and bcm43xx-fwcutter on amd64.
40
41 Modified: trunk/releases/2008.0/kconfig/alpha/installcd-2.6.23.config
42 ===================================================================
43 --- trunk/releases/2008.0/kconfig/alpha/installcd-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
44 +++ trunk/releases/2008.0/kconfig/alpha/installcd-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
45 @@ -999,7 +999,7 @@
46 CONFIG_DNOTIFY=y
47 # CONFIG_AUTOFS_FS is not set
48 # CONFIG_AUTOFS4_FS is not set
49 -# CONFIG_FUSE_FS is not set
50 +CONFIG_FUSE_FS=m
51
52 #
53 # CD-ROM/DVD Filesystems
54
55 Modified: trunk/releases/2008.0/kconfig/amd64/livecd-2.6.22.config
56 ===================================================================
57 --- trunk/releases/2008.0/kconfig/amd64/livecd-2.6.22.config 2008-03-10 17:01:11 UTC (rev 480)
58 +++ trunk/releases/2008.0/kconfig/amd64/livecd-2.6.22.config 2008-03-10 18:34:04 UTC (rev 481)
59 @@ -2553,7 +2553,7 @@
60 CONFIG_DNOTIFY=y
61 # CONFIG_AUTOFS_FS is not set
62 # CONFIG_AUTOFS4_FS is not set
63 -# CONFIG_FUSE_FS is not set
64 +CONFIG_FUSE_FS=m
65 CONFIG_GENERIC_ACL=y
66
67 #
68
69 Modified: trunk/releases/2008.0/kconfig/amd64/livecd-2.6.24.config
70 ===================================================================
71 --- trunk/releases/2008.0/kconfig/amd64/livecd-2.6.24.config 2008-03-10 17:01:11 UTC (rev 480)
72 +++ trunk/releases/2008.0/kconfig/amd64/livecd-2.6.24.config 2008-03-10 18:34:04 UTC (rev 481)
73 @@ -2684,7 +2684,7 @@
74 CONFIG_DNOTIFY=y
75 # CONFIG_AUTOFS_FS is not set
76 # CONFIG_AUTOFS4_FS is not set
77 -# CONFIG_FUSE_FS is not set
78 +CONFIG_FUSE_FS=m
79 CONFIG_GENERIC_ACL=y
80
81 #
82
83 Modified: trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config
84 ===================================================================
85 --- trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
86 +++ trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
87 @@ -1061,7 +1061,7 @@
88 CONFIG_DNOTIFY=y
89 # CONFIG_AUTOFS_FS is not set
90 # CONFIG_AUTOFS4_FS is not set
91 -# CONFIG_FUSE_FS is not set
92 +CONFIG_FUSE_FS=m
93
94 #
95 # CD-ROM/DVD Filesystems
96
97 Modified: trunk/releases/2008.0/kconfig/powerpc/installcd-ibm-2.6.23.config
98 ===================================================================
99 --- trunk/releases/2008.0/kconfig/powerpc/installcd-ibm-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
100 +++ trunk/releases/2008.0/kconfig/powerpc/installcd-ibm-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
101 @@ -1250,7 +1250,7 @@
102 CONFIG_DNOTIFY=y
103 # CONFIG_AUTOFS_FS is not set
104 CONFIG_AUTOFS4_FS=y
105 -# CONFIG_FUSE_FS is not set
106 +CONFIG_FUSE_FS=m
107
108 #
109 # CD-ROM/DVD Filesystems
110
111 Modified: trunk/releases/2008.0/kconfig/powerpc/installcd-ppc64apple-2.6.23.config
112 ===================================================================
113 --- trunk/releases/2008.0/kconfig/powerpc/installcd-ppc64apple-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
114 +++ trunk/releases/2008.0/kconfig/powerpc/installcd-ppc64apple-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
115 @@ -1428,7 +1428,7 @@
116 CONFIG_DNOTIFY=y
117 # CONFIG_AUTOFS_FS is not set
118 CONFIG_AUTOFS4_FS=y
119 -# CONFIG_FUSE_FS is not set
120 +CONFIG_FUSE_FS=m
121
122 #
123 # CD-ROM/DVD Filesystems
124
125 Modified: trunk/releases/2008.0/kconfig/sparc/installcd-2.6.23.config
126 ===================================================================
127 --- trunk/releases/2008.0/kconfig/sparc/installcd-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
128 +++ trunk/releases/2008.0/kconfig/sparc/installcd-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
129 @@ -1763,7 +1763,7 @@
130 CONFIG_DNOTIFY=y
131 # CONFIG_AUTOFS_FS is not set
132 # CONFIG_AUTOFS4_FS is not set
133 -# CONFIG_FUSE_FS is not set
134 +CONFIG_FUSE_FS=m
135
136 #
137 # CD-ROM/DVD Filesystems
138
139 Modified: trunk/releases/2008.0/kconfig/x86/installcd-2.6.23.config
140 ===================================================================
141 --- trunk/releases/2008.0/kconfig/x86/installcd-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
142 +++ trunk/releases/2008.0/kconfig/x86/installcd-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
143 @@ -1737,7 +1737,7 @@
144 CONFIG_DNOTIFY=y
145 # CONFIG_AUTOFS_FS is not set
146 # CONFIG_AUTOFS4_FS is not set
147 -# CONFIG_FUSE_FS is not set
148 +CONFIG_FUSE_FS=m
149 CONFIG_GENERIC_ACL=y
150
151 #
152
153 Modified: trunk/releases/2008.0/kconfig/x86/livecd-2.6.23.config
154 ===================================================================
155 --- trunk/releases/2008.0/kconfig/x86/livecd-2.6.23.config 2008-03-10 17:01:11 UTC (rev 480)
156 +++ trunk/releases/2008.0/kconfig/x86/livecd-2.6.23.config 2008-03-10 18:34:04 UTC (rev 481)
157 @@ -2495,7 +2495,7 @@
158 CONFIG_DNOTIFY=y
159 # CONFIG_AUTOFS_FS is not set
160 # CONFIG_AUTOFS4_FS is not set
161 -# CONFIG_FUSE_FS is not set
162 +CONFIG_FUSE_FS=m
163 CONFIG_GENERIC_ACL=y
164
165 #
166
167 --
168 gentoo-commits@l.g.o mailing list