Author: pebender
Date: Wed Jun 10 16:28:54 2009
New Revision: 4917
Modified:
trunk/gar-minimyth/html/minimyth/index.html
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Updated default kernel version.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Wed Jun 10 16:28:54 2009
@@ -111,7 +111,7 @@
<li><a href="http://www.lirc.org/">LIRC</a>
<strong>20090606Z</strong></li>
<li><a href="http://www.lcdproc.org/">LCDproc</a> <strong>CVS
20090410Z</strong></li>
<li>
- <a href="http://www.kernel.org/">Linux</a>
<strong>2.6.29.4</strong> with patches to add
+ <a href="http://www.kernel.org/">Linux</a>
<strong>2.6.30</strong> with patches to add
<ul>
<li><a href="http://www.alsa-project.org/">ALSA</a>
<strong>1.0.20</strong></li>
<li><a
href="http://www.filesystems.org/project-unionfs.html">Unionfs</a>
<strong>2.5.1</strong></li>
@@ -200,7 +200,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2009-06-06
+ Last Updated on 2009-06-10
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Wed Jun 10 16:28:54 2009
@@ -104,10 +104,10 @@
mm_NFS_ROOT ?= /home/public/minimyth
# The version of kernel headers to use.
# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
-mm_KERNEL_HEADERS_VERSION ?= 2.6.29
+mm_KERNEL_HEADERS_VERSION ?= 2.6.30
# The version of kernel to use.
# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
-mm_KERNEL_VERSION ?= 2.6.29
+mm_KERNEL_VERSION ?= 2.6.30
# The kernel configuration file to use.
# When set, the kernel configuration file
$(HOME)/.minimyth/$(mm_KERNEL_CONFIG) will be used.
# When not set, a built-in kernel configuration file will be used.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---