summaryrefslogtreecommitdiff
path: root/tools/firmware-utils
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-30 10:44:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-30 10:44:10 +0000
commit9658206abc478da2e00fbfe49f2a6395d017f1d1 (patch)
treefab1fe6c9274892d9e56c334e6cfed22a624186d /tools/firmware-utils
parentd557a51a40c03d0787661306ca57456945a54f4d (diff)
downloadmtk-20170518-9658206abc478da2e00fbfe49f2a6395d017f1d1.zip
mtk-20170518-9658206abc478da2e00fbfe49f2a6395d017f1d1.tar.gz
mtk-20170518-9658206abc478da2e00fbfe49f2a6395d017f1d1.tar.bz2
firmware-utils/mktplinkfw: add description for -W option into usage output
Add description for -W <hwrev> option into usage output of mktplinkfw. Signed-off-by: yousong <yszhou4tech@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36497
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r--tools/firmware-utils/src/mktplinkfw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c
index c3d9827..74a55fd 100644
--- a/tools/firmware-utils/src/mktplinkfw.c
+++ b/tools/firmware-utils/src/mktplinkfw.c
@@ -425,6 +425,7 @@ static void usage(int status)
" -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"
+" -W <hwrev> use hardware revision specified with <hwrev>\n"
" -F <id> use flash layout specified with <id>\n"
" -k <file> read kernel image from the file <file>\n"
" -r <file> read rootfs image from the file <file>\n"