]> git.enpas.org Git - openwrt.git/commitdiff
firmware-utils: The option -F was not detected.
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jul 2010 18:16:32 +0000 (18:16 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jul 2010 18:16:32 +0000 (18:16 +0000)
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

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 */