Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMichael Lauer <mickey@vanille-media.de>
Mon, 31 Jan 2005 20:07:32 +0000 (20:07 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 31 Jan 2005 20:07:32 +0000 (20:07 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/01/31 21:07:21+01:00 uni-frankfurt.de!mickeyl
mtd-utils: fix -I short option in exclusion patch to mkfs.jffs2

BKrev: 41fe9004SBCcGNPOP-FXmoCkqTbhjQ

packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch

index da21b48..05af81e 100644 (file)
@@ -22,7 +22,7 @@
        char *hpath, *tpath;
        struct dirent *dp, **namelist;
        struct filesystem_entry *entry;
-+    struct ignorepath_entry* element = ignorepath;
++      struct ignorepath_entry* element = ignorepath;
  
  
        if (lstat(hostpath, &sb)) {
@@ -68,7 +68,7 @@
  
        while ((opt = getopt_long(argc, argv, 
 -                                      "D:d:r:s:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0) 
-+                                      "D:d:r:s:i:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0) 
++                                      "D:d:r:s:I:o:qUPfh?vVe:lbp::nc:m:x:X:Lty:i:", long_options, &c)) >= 0) 
        {
                switch (opt) {
                        case 'D':