mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix small typo #4148
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13142 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1c3c201172
commit
fb11dfd1e5
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user