mtd-utils: Drop old versions
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 1 Mar 2007 13:39:21 +0000 (13:39 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 1 Mar 2007 13:39:21 +0000 (13:39 +0000)
packages/mtd/mtd-utils/more-verbosity.patch [deleted file]
packages/mtd/mtd-utils/target-endian.patch [deleted file]

diff --git a/packages/mtd/mtd-utils/more-verbosity.patch b/packages/mtd/mtd-utils/more-verbosity.patch
deleted file mode 100644 (file)
index cdc842a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- mtd/util/mkfs.jffs2.c~more-verbosity.patch
-+++ mtd/util/mkfs.jffs2.c
-@@ -374,6 +374,9 @@
-       struct filesystem_entry *entry;
-       struct ignorepath_entry* element = ignorepath;
-+        if (verbose) {
-+                printf( "mkfs.jffs2: scanning '%s'...\n", targetpath );
-+        }
-       if (lstat(hostpath, &sb)) {
-               perror_msg_and_die("%s", hostpath);
diff --git a/packages/mtd/mtd-utils/target-endian.patch b/packages/mtd/mtd-utils/target-endian.patch
deleted file mode 100644 (file)
index 567730c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mtd/util/flash_eraseall.c  2004-09-12 00:00:13.000000000 +0200
-+++ mtd-new/util/flash_eraseall.c      2005-08-16 11:36:46.262783496 +0200
-@@ -54,7 +54,7 @@
- static void display_help (void);
- static void display_version (void);
- static struct jffs2_unknown_node cleanmarker;
--static int target_endian = __BYTE_ORDER;
-+int target_endian = __BYTE_ORDER;
- int main (int argc, char *argv[])
- {