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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user