update gs v4 pattern so that the latest linksys firmware accepts it
[openwrt.git] / target / utils / src / addpattern.c
index 67f9da2..9962a67 100644 (file)
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
                                break;
                        case '4':
                                /* V4 firmware sets the flags to 0x1f */
-                               hdr->hw_ver = 1;
+                               hdr->hw_ver = 0;
                                hdr->flags = 0x1f;
                                break;
 
This page took 0.022611 seconds and 4 git commands to generate.