fix mkfwimage to recognize the -s option
authorTravis Kemen <thepeople@openwrt.org>
Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)
SVN-Revision: 11978

tools/firmware-utils/src/mkfwimage.c

index 7e50185debb48f1e8628e610b52bfd9231965532..1b255f8070e388104cbb193050532ff7898f06de 100644 (file)
@@ -48,7 +48,7 @@ typedef struct part_data {
 #define DEFAULT_OUTPUT_FILE    "firmware-image.bin"
 #define DEFAULT_VERSION                "UNKNOWN"
 
-#define OPTIONS "hv:o:r:k:"
+#define OPTIONS "hv:o:r:k:s:"
 
 #define FIRMWARE_MAX_LENGTH    (0x390000)
 #define partition_startaddr    (0xBFC30000)