diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | feature-removal-schedule.txt | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -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 <jwboyer@gmail.com> - --------------------------- |