aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/mktplinkfw2.c
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-07-04 13:26:40 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2017-07-04 13:26:40 +0200
commit3b7928cc9d1ca215ba62ca5e2ce1cca211755c06 (patch)
tree4a7f916a0f069f539ac398a5f4c7a8d7e0f1623e /tools/firmware-utils/src/mktplinkfw2.c
parenta08ec9a54d8b43263e2c54ee86d3b3f63e6a1720 (diff)
downloadupstream-3b7928cc9d1ca215ba62ca5e2ce1cca211755c06.tar.gz
upstream-3b7928cc9d1ca215ba62ca5e2ce1cca211755c06.tar.bz2
upstream-3b7928cc9d1ca215ba62ca5e2ce1cca211755c06.zip
firmware-utils: mktplinkfw2: add missing options descriptions
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'tools/firmware-utils/src/mktplinkfw2.c')
-rw-r--r--tools/firmware-utils/src/mktplinkfw2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/mktplinkfw2.c b/tools/firmware-utils/src/mktplinkfw2.c
index f1a76ad3d2..fbf1f0df9e 100644
--- a/tools/firmware-utils/src/mktplinkfw2.c
+++ b/tools/firmware-utils/src/mktplinkfw2.c
@@ -303,6 +303,7 @@ static void usage(int status)
"Options:\n"
" -B <board> create image for the board specified with <board>\n"
" -c use combined kernel image\n"
+" -e swap endianness in kernel load address and entry point\n"
" -E <ep> overwrite kernel entry point with <ep> (hexval prefixed with 0x)\n"
" -L <la> overwrite kernel load address with <la> (hexval prefixed with 0x)\n"
" -H <hwid> use hardware id specified with <hwid>\n"
@@ -316,6 +317,8 @@ static void usage(int status)
" -o <file> write output to the file <file>\n"
" -s strip padding from the end of the image\n"
" -j add jffs2 end-of-filesystem markers\n"
+" -N <vendor> set image vendor to <vendor>\n"
+" -T <version> set header version to <version>\n"
" -V <version> set image version to <version>\n"
" -v <version> set firmware version to <version>\n"
" -y <version> set secondary version to <version>\n"