1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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:
nbd
2005-12-15 01:11:38 +00:00
parent cd93bae105
commit 4f01172456
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;