#19907: (again) TP-LINK WR710N v2 (Europe): sysupgrade bugs
----------------------+------------------------
Reporter: Antonio | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Trunk
Keywords: |
----------------------+------------------------
Thanks to nbd we now have right images for the WR710N_v2 but problems are
also in firmware (ar71xx/base-files).
sbin/sysupgrade relies on the combined of 'lib/upgrade/platform.sh' and
'lib/ar71xx.sh' in order to detect the underalying board and then get the
right image hwid: unfortunatelly ar71xx.sh doesn't have a way to recognize
TP-LINK WR710N v2 since there is no distinction between v1 and v2 models:
{{{
"071000"*)
model="TP-Link TL-WR710N"
;;
}}}
so platform.sh fails:
{{{
[ "$magic" != "0100" ] && {
echo "Invalid image type."
return 1
}
}}}
getting an empty string for $magic.
We should add to ar71xx.sh the way to discriminate between TL-WR710N v1
and v2.
--
Ticket URL: <https://dev.openwrt.org/ticket/19907>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets