diff options
author | Josh Boyer <jwboyer@gmail.com> | 2007-11-26 08:16:42 -0600 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2007-11-26 08:16:42 -0600 |
commit | 7a1db21c1806ee25a279ea8a71d2884b8080c805 (patch) | |
tree | 93918a1cb606009c4f14161b9dcec1f0aa5e9988 | |
parent | 0ce8229fb6e1469a1d4d27d79839e9611f46412f (diff) |
Remove mkfs.jffs from the makefile targets.
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
-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> - --------------------------- |