Upgrade to Linux-2.6.19.2. Fixes #1928.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2007-01-31 18:16:49 +00:00
parent 3b5477b406
commit 980a6927c1
7 changed files with 8 additions and 30 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>2007-01-31</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Linux-2.6.19.2. Fixes
<ulink url="&lfs-ticket-root;1928">#1928</ulink></para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Iproute2-2.6.19-061214. Fixes
<ulink url="&lfs-ticket-root;1936">#1936</ulink></para>

View File

@ -210,9 +210,6 @@
<listitem>
<para>&less-signal_fix-patch;</para>
</listitem>
<listitem>
<para>&linux-unifdef-patch;</para>
</listitem>
<listitem>
<para>&util-linux-lseek-patch;</para>
</listitem>

View File

@ -146,14 +146,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term>Linux Unifdef Patch - <token>&linux-unifdef-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&linux-unifdef-patch;"/></para>
<para>MD5 sum: <literal>&linux-unifdef-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term>
<listitem>

View File

@ -42,11 +42,6 @@
by way of sanitizing various C header files that are shipped in the Linux
kernel source tarball.</para>
<para>Apply the following patch to provide <command>unifdef</command>, which
the installation of the kernel headers requires:</para>
<screen><userinput>patch -Np1 -i ../linux-&linux-version;-unifdef-1.patch</userinput></screen>
<para>Install the header files:</para>
<screen><userinput>make mrproper

View File

@ -39,11 +39,6 @@
by way of sanitizing various C header files that are shipped in the Linux
kernel source tarball.</para>
<para>Apply the following patch to provide <command>unifdef</command>, which
the installation of the kernel headers requires:</para>
<screen><userinput>patch -Np1 -i ../linux-&linux-version;-unifdef-1.patch</userinput></screen>
<para>Install the header files:</para>
<screen><userinput>make mrproper

View File

@ -298,12 +298,12 @@
<!ENTITY libtool-ch6-sbu "0.1 SBU">
<!ENTITY linux-major-version "2.6">
<!ENTITY linux-minor-version "18">
<!ENTITY linux-patch-version "3">
<!ENTITY linux-minor-version "19">
<!ENTITY linux-patch-version "2">
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "40,872 KB">
<!ENTITY linux-size "41,728 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
<!ENTITY linux-md5 "fb10bd4918f22f349131af0b5121b70e">
<!ENTITY linux-md5 "ca0ce8f288e8ae93ac243b568f906bf8">
<!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "310 - 350 MB">
<!ENTITY linux-ch8-sbu "1.5 - 3 SBU">

View File

@ -77,11 +77,6 @@
<!ENTITY less-signal_fix-patch-size "2.9 KB">
<!ENTITY linux-unifdef-patch "linux-&linux-version;-unifdef-1.patch">
<!ENTITY linux-unifdef-patch-md5 "79432ba98246d9ec5aa5f8346439df9c">
<!ENTITY linux-unifdef-patch-size "32 KB">
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">