update gs v4 pattern so that the latest linksys firmware accepts it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2005-12-15 01:11:38 +00:00
parent 33eafb400e
commit f95d866c03
2 changed files with 3 additions and 3 deletions

View 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;