[package] mac80211: update compat-wireless to 2009-03-09
[openwrt.git] / tools / firmware-utils / src / imagetag.c
index 04b1f48..c925921 100644 (file)
@@ -204,7 +204,7 @@ int tagfile(const char *kernel, const char *rootfs, const char *bin,
        /* Build the tag */
        strcpy(tag.tagver, IMAGETAG_VER);
        strncpy(tag.sig1, IMAGETAG_MAGIC1, sizeof(tag.sig1) - 1);
-       strncpy(tag.sig2, IMAGETAG_MAGIC2, sizeof(tag.sig1) - 1);
+       strncpy(tag.sig2, IMAGETAG_MAGIC2, sizeof(tag.sig2) - 1);
        strcpy(tag.chipid, chipid);
        strcpy(tag.boardid, boardid);
        strcpy(tag.bigendian, "1");
This page took 0.025144 seconds and 4 git commands to generate.