mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-10 16:47:54 +00:00
ar71xx: fix sysupgrade for wnr2200
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48005
This commit is contained in:
parent
c75c8ab6a6
commit
5359183b7e
@ -486,6 +486,13 @@ platform_check_image() {
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
wnr2200)
|
||||
[ "$magic_long" != "32323030" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user