mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
enable sysupgrade support for the TL-WR741ND
SVN-Revision: 16982
This commit is contained in:
parent
838c0682f8
commit
5f2d2695d9
@ -52,6 +52,9 @@ ar71xx_board_name() {
|
|||||||
*TEW-632BRP)
|
*TEW-632BRP)
|
||||||
name="tew-632brp"
|
name="tew-632brp"
|
||||||
;;
|
;;
|
||||||
|
*TL-WR741ND)
|
||||||
|
name="tl-wr741nd"
|
||||||
|
;;
|
||||||
*TL-WR941ND)
|
*TL-WR941ND)
|
||||||
name="tl-wr941nd"
|
name="tl-wr941nd"
|
||||||
;;
|
;;
|
||||||
|
@ -20,7 +20,7 @@ platform_check_image() {
|
|||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
tl-wr941nd)
|
tl-wr741nd | tl-wr941nd)
|
||||||
[ "$magic" != "0100" ] && {
|
[ "$magic" != "0100" ] && {
|
||||||
echo "Invalid image type."
|
echo "Invalid image type."
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user