projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83a959
)
firmware-utils: The option -F was not detected. This was missing in r22396
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 27 Jul 2010 18:16:32 +0000
(18:16 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 27 Jul 2010 18:16:32 +0000
(18:16 +0000)
This fixes build of brcm47xx
SVN-Revision: 22398
tools/firmware-utils/src/trx.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/trx.c
b/tools/firmware-utils/src/trx.c
index 9697ad79dcc6e6b0866b3a6be80907cc8f2dcab8..4af17cf1c52d967d11a8fbe88dfd489e326219e8 100644
(file)
--- 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 */