mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
3b5477b406
commit
980a6927c1
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-01-31</para>
|
<para>2007-01-31</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Upgrade to Linux-2.6.19.2. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;1928">#1928</ulink></para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Upgrade to Iproute2-2.6.19-061214. Fixes
|
<para>[matthew] - Upgrade to Iproute2-2.6.19-061214. Fixes
|
||||||
<ulink url="&lfs-ticket-root;1936">#1936</ulink></para>
|
<ulink url="&lfs-ticket-root;1936">#1936</ulink></para>
|
||||||
|
@ -210,9 +210,6 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>&less-signal_fix-patch;</para>
|
<para>&less-signal_fix-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para>&linux-unifdef-patch;</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&util-linux-lseek-patch;</para>
|
<para>&util-linux-lseek-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -146,14 +146,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term>
|
<term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -42,11 +42,6 @@
|
|||||||
by way of sanitizing various C header files that are shipped in the Linux
|
by way of sanitizing various C header files that are shipped in the Linux
|
||||||
kernel source tarball.</para>
|
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>
|
<para>Install the header files:</para>
|
||||||
|
|
||||||
<screen><userinput>make mrproper
|
<screen><userinput>make mrproper
|
||||||
|
@ -39,11 +39,6 @@
|
|||||||
by way of sanitizing various C header files that are shipped in the Linux
|
by way of sanitizing various C header files that are shipped in the Linux
|
||||||
kernel source tarball.</para>
|
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>
|
<para>Install the header files:</para>
|
||||||
|
|
||||||
<screen><userinput>make mrproper
|
<screen><userinput>make mrproper
|
||||||
|
@ -298,12 +298,12 @@
|
|||||||
<!ENTITY libtool-ch6-sbu "0.1 SBU">
|
<!ENTITY libtool-ch6-sbu "0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY linux-major-version "2.6">
|
<!ENTITY linux-major-version "2.6">
|
||||||
<!ENTITY linux-minor-version "18">
|
<!ENTITY linux-minor-version "19">
|
||||||
<!ENTITY linux-patch-version "3">
|
<!ENTITY linux-patch-version "2">
|
||||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
<!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-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-home "http://www.kernel.org/">
|
||||||
<!ENTITY linux-ch8-du "310 - 350 MB">
|
<!ENTITY linux-ch8-du "310 - 350 MB">
|
||||||
<!ENTITY linux-ch8-sbu "1.5 - 3 SBU">
|
<!ENTITY linux-ch8-sbu "1.5 - 3 SBU">
|
||||||
|
@ -77,11 +77,6 @@
|
|||||||
<!ENTITY less-signal_fix-patch-size "2.9 KB">
|
<!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 "mktemp-&mktemp-version;-add_tempfile-3.patch">
|
||||||
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
|
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
|
||||||
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
|
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user