diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-09 18:06:13 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-09 18:06:13 +0000 |
commit | 88f37bc7ec541d238e093f61f8abbc1174879322 (patch) | |
tree | 28f21415ce7ea45833a68a1a3f307fff88fce1f8 /tools/mkimage/patches | |
parent | 8ff82a78ac1ad3f07d67633f31065729dfb8792c (diff) |
[tools] mkimage: update to 2012.04.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage/patches')
-rw-r--r-- | tools/mkimage/patches/030-allow-to-use-different-magic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/030-allow-to-use-different-magic.patch b/tools/mkimage/patches/030-allow-to-use-different-magic.patch index 73a0ac4f9..23f39ad22 100644 --- a/tools/mkimage/patches/030-allow-to-use-different-magic.patch +++ b/tools/mkimage/patches/030-allow-to-use-different-magic.patch @@ -25,7 +25,7 @@ case 'D': if (--argc <= 0) usage (); -@@ -595,12 +606,13 @@ usage () +@@ -596,12 +607,13 @@ usage () fprintf (stderr, "Usage: %s -l image\n" " -l ==> list image header information\n", params.cmdname); |