]> www.infradead.org Git - mtd-utils.git/commitdiff
Remove mkfs.jffs from the makefile targets.
authorJosh Boyer <jwboyer@gmail.com>
Mon, 26 Nov 2007 14:16:42 +0000 (08:16 -0600)
committerJosh Boyer <jwboyer@gmail.com>
Mon, 26 Nov 2007 14:16:42 +0000 (08:16 -0600)
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Makefile
feature-removal-schedule.txt

index 503021cd35d9d901204a98e2e9b298e5891ecb7f..25e8341f1b18a56ded5bfbef053114a31f97fbbb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ifeq ($(WITHOUT_XATTR), 1)
 endif
 
 RAWTARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
-       mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \
+       ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \
        flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite nandtest \
        jffs2dump \
        nftldump nftl_format docfdisk \
index 866742413c4c857f44ed7657b86799573210529a..d0116f887b7778188f0c9f35463b987b29c43ab0 100644 (file)
@@ -6,9 +6,4 @@ be removed from this file.
 
 ---------------------------
 
-What:   mkfs.jffs.c
-When:   Shortly after kernel 2.6.21 is released
-Why:    Support for the JFFS filesystem is being removed from the kernel
-Who:    Josh Boyer <jwboyer@gmail.com>
-
 ---------------------------