diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-27 18:16:32 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-27 18:16:32 +0000 |
commit | 4dbe40188fe1efe21573f5063f9fa4815491a368 (patch) | |
tree | 4e59d642daa30017540ffb5a7b06a3df85d539fa /tools | |
parent | 369fae1a4c629cf436e8a06aabd74c40c01fdede (diff) | |
download | upstream-4dbe40188fe1efe21573f5063f9fa4815491a368.tar.gz upstream-4dbe40188fe1efe21573f5063f9fa4815491a368.tar.bz2 upstream-4dbe40188fe1efe21573f5063f9fa4815491a368.zip |
firmware-utils: The option -F was not detected.
This was missing in r22396
This fixes build of brcm47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22398 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/firmware-utils/src/trx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |