diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-03-26 06:35:31 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-03-26 06:35:31 +0000 |
commit | bb4906c5f8d717095aa741c2f180b5d4d5c7c6d2 (patch) | |
tree | 9d370c8a1a727be8c45e3f142eb0e9d7ee17de22 /package/mtd/mtd-utils.git/mtd-utils-all-argp.patch | |
parent | af510f4e19681971266b27cf30b4e010b9887315 (diff) | |
download | buildroot-novena-bb4906c5f8d717095aa741c2f180b5d4d5c7c6d2.tar.gz buildroot-novena-bb4906c5f8d717095aa741c2f180b5d4d5c7c6d2.zip |
Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
Diffstat (limited to 'package/mtd/mtd-utils.git/mtd-utils-all-argp.patch')
-rw-r--r-- | package/mtd/mtd-utils.git/mtd-utils-all-argp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch b/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch new file mode 100644 index 000000000..04ea332c1 --- /dev/null +++ b/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch @@ -0,0 +1,10 @@ +--- mtd-utils-e6088d987c545d60a86e1f44836ab8ba072fffd9/ubi-utils/new-utils/src/ubicrc32.c.orig 2008-03-26 16:08:13.000000000 +1100 ++++ mtd-utils-e6088d987c545d60a86e1f44836ab8ba072fffd9/ubi-utils/new-utils/src/ubicrc32.c 2008-03-26 16:08:20.000000000 +1100 +@@ -26,7 +26,6 @@ + #include <stdint.h> + #include <stdlib.h> + #include <getopt.h> +-#include <argp.h> + #include <unistd.h> + #include <mtd/ubi-header.h> + |