From: Josh Boyer Date: Mon, 26 Nov 2007 14:16:42 +0000 (-0600) Subject: Remove mkfs.jffs from the makefile targets. X-Git-Tag: v1.2.0~133 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7a1db21c1806ee25a279ea8a71d2884b8080c805;p=mtd-utils.git Remove mkfs.jffs from the makefile targets. Signed-off-by: Josh Boyer --- diff --git a/Makefile b/Makefile index 503021c..25e8341 100644 --- 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 \ diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt index 8667424..d0116f8 100644 --- a/feature-removal-schedule.txt +++ b/feature-removal-schedule.txt @@ -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 - ---------------------------