projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix target rescan (version kernel changes)
[openwrt.git]
/
tools
/
firmware-utils
/
src
/
mkcsysimg.c
diff --git
a/tools/firmware-utils/src/mkcsysimg.c
b/tools/firmware-utils/src/mkcsysimg.c
index
073e8be
..
993ac07
100644
(file)
--- a/
tools/firmware-utils/src/mkcsysimg.c
+++ b/
tools/firmware-utils/src/mkcsysimg.c
@@
-231,7
+231,7
@@
usage(int status)
);
for (board = boards; board->model != NULL; board++){
fprintf(stream,
);
for (board = boards; board->model != NULL; board++){
fprintf(stream,
-" %-12s: %s\n",
+"
%-12s: %s\n",
board->model, board->name);
};
fprintf(stream,
board->model, board->name);
};
fprintf(stream,
@@
-242,9
+242,9
@@
usage(int status)
" -c <file>[:<len>[:<padc>]]\n"
" add configuration settings to the image\n"
" -r <file>:[<addr>][:<len>[:<padc>]]\n"
" -c <file>[:<len>[:<padc>]]\n"
" add configuration settings to the image\n"
" -r <file>:[<addr>][:<len>[:<padc>]]\n"
-" add runtime code to the image"
+" add runtime code to the image
\n
"
" -w [<file>:[<addr>][:<len>[:<padc>]]]\n"
" -w [<file>:[<addr>][:<len>[:<padc>]]]\n"
-" add webpages to the image"
+" add webpages to the image
\n
"
" -x <file>[:<len>[:<padc>]]\n"
" add extra data at the end of the image\n"
" -h show this screen\n"
" -x <file>[:<len>[:<padc>]]\n"
" add extra data at the end of the image\n"
" -h show this screen\n"
This page took
0.025514 seconds
and
4
git commands to generate.