mtd/patches patchin.sh,1.12,1.13

gleixner at infradead.org gleixner at infradead.org
Tue Mar 25 05:11:20 EST 2003


Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv32349

Modified Files:
	patchin.sh 
Log Message:
include jffs headers

Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- patchin.sh	11 Mar 2003 10:58:49 -0000	1.12
+++ patchin.sh	25 Mar 2003 10:11:17 -0000	1.13
@@ -45,11 +45,11 @@
 FS_DIRS="fs/jffs fs/jffs2"
 FS_FILES="*.[ch] Makefile Rules.make"
 # kernel version < 2.4.20 needs zlib headers
-FS_INC_BEL2420="jffs2*.h workqueue.h z*.h rb*.h"
+FS_INC_BEL2420="jffs*.h workqueue.h z*.h rb*.h"
 # kernel version < 2.5.x
-FS_INC_BEL25="jffs2*.h workqueue.h rb*.h"
+FS_INC_BEL25="jffs*.h workqueue.h rb*.h"
 # kernelversion >= 2.5
-FS_INC_25="jffs2*.h"
+FS_INC_25="jffs*.h"
 FS_INC_DIR="include/linux"
 
 # shared ZLIB patch





More information about the linux-mtd-cvs mailing list