mtd/patches README,1.2,1.3
gleixner at infradead.org
gleixner at infradead.org
Tue Nov 26 17:34:01 EST 2002
Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv1677
Modified Files:
README
Log Message:
removed outdated stuff
Index: README
===================================================================
RCS file: /home/cvs/mtd/patches/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 23 Apr 2001 09:44:56 -0000 1.2
+++ README 26 Nov 2002 22:33:58 -0000 1.3
@@ -1,6 +1,7 @@
This file is meant to give an overview of the files contained in this
-directory as well as the proper way to patch your kernel to use the
-latest MTD features.
+directory.
+
+Howto use it ? Have a look at the file INSTALL in MTD top directory.
FILE LIST
---------
@@ -9,15 +10,13 @@
to insert it into the main 'Configure.help' file in
your kernel
-* byteorder-patch - patch to add byte order macros for some platforms
-
* grub-*.patch - patches for the GRUB bootloader to work with Disk On
chip devices
* lilo-mtd.tar.gz - patches for LILO to be able to access MTD devices
during boot
-* mtd-2.2.*.infra.patch - partial patch file for patching the kernel build
+* mtd-2.2.*.patch - partial patch file for patching the kernel build
system to bring in the MTD sub-system
* mtd-sparc64-2.4.x.patch - ioctl conversions for sparc64 32-bit userland.
@@ -26,32 +25,6 @@
* patchin.sh - handy shell script used to patch in the latest MTD file
when the kernel build system has already been patched
+ works also on pristine kernels above 2.4.11
-* put_module_symbol-2.2.*.patch - patches to add in MTD module specific code
-
-TRYING OUT MTD
---------------
-There are two ways to use the latest MTD code. The first method is if your
-are starting with a brand new kernel tree with not other patches applied.
-The second method is if you have a kernel you are already making modifications
-to and you simply want to get the latest MTD code.
-
-METHOD #1
----------
- 1) Grab the latest patch for your kernel revision with the 'mtd-patch-'
- prefix.
-
- 2) Go to the top-level kernel directory and do 'patch -p1 < [patch-file]'.
-
-
-METHOD #2
----------
- 1) Edit the 'patchin.sh' script and change the LINUXDIR path if needed.
-
- 2) Do 'source patchin.sh'.
-
- 3) If you want the help text for all the MTD options, merge the
- 'Configure.help' file found in the repository with the one in
- your kernel.
-The patches used in Method #1 are update every Friday morning.
More information about the linux-mtd-cvs
mailing list