Updated to linux-2.4.6. Removed need to patch kernel as it now compiles 'out of the box' with gcc-3.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-07-10 17:52:00 +00:00
parent 1a36f930f4
commit f459b4d856

View File

@ -14,8 +14,6 @@ The kernel configuration file is created by running the following command:
</para>
<para>
<screen>
<userinput>patch -Np1 -i ../linux-&kernel-version;.patch &amp;&amp;</userinput>
<userinput>make mrproper &amp;&amp;</userinput>
<userinput>yes "" | make config &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>