From: Hauke Mehrtens Date: Tue, 27 Jul 2010 18:16:32 +0000 (+0000) Subject: firmware-utils: The option -F was not detected. This was missing in r22396 X-Git-Url: http://git.openwrt.org/?p=project%2Ffirmware-utils.git;a=commitdiff_plain;h=f9a27d7f1a491946c9b886c12581bb875baf4790 firmware-utils: The option -F was not detected. This was missing in r22396 This fixes build of brcm47xx SVN-Revision: 22398 --- 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 */