mtd/patches patchin.sh,1.33,1.34
Artem Bityuckiy
dedekind at infradead.org
Mon Dec 13 06:52:37 EST 2004
Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv22932
Modified Files:
patchin.sh
Log Message:
Look for jffs3.h in fs/jffs3/, not in include/linux/
Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- patchin.sh 13 Dec 2004 10:16:17 -0000 1.33
+++ patchin.sh 13 Dec 2004 11:52:33 -0000 1.34
@@ -309,8 +309,8 @@
# Experimental stuff
JFFS3_DIRS="fs/jffs3"
JFFS3_FILES="*.[ch] Makefile Rules.make"
-JFFS3_INC="jffs3*.h"
-JFFS3_INC_DIR="include/linux"
+JFFS3_INC="jffs3.h"
+JFFS3_INC_DIR="fs/jffs3"
# Make text utils not suck
export LANG=C
More information about the linux-mtd-cvs
mailing list