firmware-utils: The option -F was not detected.
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 27 Jul 2010 18:16:32 +0000 (18:16 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 27 Jul 2010 18:16:32 +0000 (18:16 +0000)
This was missing in r22396

This fixes build of brcm47xx

SVN-Revision: 22398

tools/firmware-utils/src/trx.c

index 9697ad79dcc6e6b0866b3a6be80907cc8f2dcab8..4af17cf1c52d967d11a8fbe88dfd489e326219e8 100644 (file)
@@ -119,7 +119,7 @@ int main(int argc, char **argv)
        in = NULL;
        i = 0;
 
-       while ((c = getopt(argc, argv, "-:2o:m:a:x:b:f:A:")) != -1) {
+       while ((c = getopt(argc, argv, "-:2o:m:a:x:b:f:A:F:")) != -1) {
                switch (c) {
                        case '2':
                                /* take care that nothing was written to buf so far */