From f9a27d7f1a491946c9b886c12581bb875baf4790 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 27 Jul 2010 18:16:32 +0000 Subject: [PATCH] firmware-utils: The option -F was not detected. This was missing in r22396 This fixes build of brcm47xx SVN-Revision: 22398 --- src/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx.c b/src/trx.c index 9697ad7..4af17cf 100644 --- a/src/trx.c +++ b/src/trx.c @@ -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 */ -- 2.30.2