Browse Source

firmware-utils: The option -F was not detected. This was missing in r22396

This fixes build of brcm47xx

SVN-Revision: 22398
Hauke Mehrtens 15 years ago
parent
commit
233294722c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/firmware-utils/src/trx.c

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