mtd/util MAKEDEV,1.3,1.4
David Woodhouse
dwmw2 at infradead.org
Tue Oct 28 06:40:06 EST 2003
- Previous message: mtd/drivers/mtd/maps ichxrom.c,NONE,1.1 Config.in,1.60,1.61
Kconfig,1.18,1.19 Makefile.common,1.6,1.7 ich2rom.c,1.8,NONE
- Next message: mtd/fs/jffs2 ioctl.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv31743
Modified Files:
MAKEDEV
Log Message:
fix inftl partition major
Index: MAKEDEV
===================================================================
RCS file: /home/cvs/mtd/util/MAKEDEV,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MAKEDEV 29 Jun 2003 16:22:49 -0000 1.3
+++ MAKEDEV 28 Oct 2003 11:40:03 -0000 1.4
@@ -16,7 +16,7 @@
function mkinftl () {
mknod /dev/inftl$1 b 94 $2
for a in `seq 1 15`; do
- mknod /dev/inftl$1$a b 93 `expr $2 + $a`
+ mknod /dev/inftl$1$a b 94 `expr $2 + $a`
done
}
- Previous message: mtd/drivers/mtd/maps ichxrom.c,NONE,1.1 Config.in,1.60,1.61
Kconfig,1.18,1.19 Makefile.common,1.6,1.7 ich2rom.c,1.8,NONE
- Next message: mtd/fs/jffs2 ioctl.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list