Date:2010-07-27 20:16:32 (13 years 8 months ago)
Author:hauke
Commit:9505c5deb3ed1a63bfab937dbf54cf3e12b0cde2
Message: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
Files: tools/firmware-utils/src/trx.c (1 diff)

Change Details

tools/firmware-utils/src/trx.c
119119    in = NULL;
120120    i = 0;
121121
122    while ((c = getopt(argc, argv, "-:2o:m:a:x:b:f:A:")) != -1) {
122    while ((c = getopt(argc, argv, "-:2o:m:a:x:b:f:A:F:")) != -1) {
123123        switch (c) {
124124            case '2':
125125                /* take care that nothing was written to buf so far */

Archive Download the corresponding diff file



interactive