On Fri, 26 Mar 1999, Stefan Bellon wrote:
> Now I've downloaded the kernel sources linux-2.2.0.tar.gz (or similar
> from the main linux ftp site) as well as some patches (patch-2.2.1.gz,
> patch-2.2.2.gz and patch-2.2.3.gz from the ftp.arm.linux.org.uk site).
>
> Then I've copied the gzip files into /usr/src and done as in the
> documentation explained:
>
> cd /usr/src
> gzip -cd linux-2.2.0.tar.gz | tar xfv -
(uncompress the patch files first...)
cd /usr/src/linux
patch -p1 < patch-2.2.1
patch -p1 < patch-2.2.2
patch -p1 < patch-2.2.3
This simply brings you in sync with the standard linux kernel.
There should be no errors with these.
Now apply the arm kernel patches which you can get from:
ftp.arm.linux.org.uk/pub/linux/arm/kernel-sources/v2.2/
ftp.netwinder.org/pub/mirrors/armlinux/kernel-sources/v2.2/
You want the file: patch-2.2.3-rmk1.gz
cd /usr/src/linux
patch -p1 < patch-2.2.3-rmk1
If it complains about the patch change the `-p1' to a lower/higher number.
Hope this helps,
-Rms
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]