Author: pebender
Date: Fri Oct 31 21:45:08 2008
New Revision: 3891
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/index.html
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Switched the default Linux kernel version to 2.6.27.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Oct 31
21:45:08 2008
@@ -32,7 +32,7 @@
- Updated unionfs to 2.5.
- Hopefully, this fixes the kernel oops problem with the 2.6.25
kernel.
- - Updated kernel to 2.6.25.
+ - Updated kernel to 2.6.27.
- Hopefully, this fixes the problem with Realtek 8111b/8111c
Ethernet
hardware.
- Added atl2 and sky2 Ethernet driver.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Fri Oct 31 21:45:08 2008
@@ -110,7 +110,7 @@
<li><a href="http://www.lirc.org/">LIRC</a>
<strong>0.8.4a</strong></li>
<li><a href="http://www.lcdproc.org/">LCDproc</a>
<strong>0.5.2</strong></li>
<li>
- <a href="http://www.kernel.org/">Linux</a>
<strong>2.6.25.18</strong> with patches to add
+ <a href="http://www.kernel.org/">Linux</a>
<strong>2.6.27.4</strong> with patches to add
<ul>
<li><a
href="http://squashfs.sourceforge.net/">Squashfs</a>
<strong>3.4</strong></li>
<li><a
href="http://www.filesystems.org/project-unionfs.html">Unionfs</a>
<strong>2.5</strong></li>
@@ -195,7 +195,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2008-10-30
+ Last Updated on 2008-10-31
<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 Fri Oct 31 21:45:08 2008
@@ -101,10 +101,10 @@
mm_NFS_ROOT ?= /home/public/minimyth
# The version of kernel headers to use.
# Valid values are '2.6.23', '2.6.24', '2.6.25', '2.6.26' and '2.6.27'.
-mm_KERNEL_HEADERS_VERSION ?= 2.6.25
+mm_KERNEL_HEADERS_VERSION ?= 2.6.27
# The version of kernel to use.
# Valid values are '2.6.23', '2.6.24', '2.6.25', '2.6.26' and '2.6.27'.
-mm_KERNEL_VERSION ?= 2.6.25
+mm_KERNEL_VERSION ?= 2.6.27
# 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
-~----------~----~----~----~------~----~------~--~---