fix mkfwimage to recognize the -s option
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11978 3c298f89-4303-0410-b956-a3cf2f4a3e73

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)