From: Hauke Mehrtens Date: Tue, 27 Jul 2010 18:16:32 +0000 (+0000) Subject: firmware-utils: The option -F was not detected. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=409faa3aa9152a654e18271e0b6018ca4d191de2 firmware-utils: The option -F was not detected. This was missing in r22396 This fixes build of brcm47xx SVN-Revision: 22398 --- diff --git a/tools/firmware-utils/src/trx.c b/tools/firmware-utils/src/trx.c index 9697ad79dc..4af17cf1c5 100644 --- a/tools/firmware-utils/src/trx.c +++ b/tools/firmware-utils/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 */