mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
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
This commit is contained in:
parent
f80d70ea21
commit
9505c5deb3
@ -119,7 +119,7 @@ int main(int argc, char **argv)
|
|||||||
in = NULL;
|
in = NULL;
|
||||||
i = 0;
|
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) {
|
switch (c) {
|
||||||
case '2':
|
case '2':
|
||||||
/* take care that nothing was written to buf so far */
|
/* take care that nothing was written to buf so far */
|
||||||
|
Loading…
Reference in New Issue
Block a user