mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:29:55 +02:00
ar71xx: use the same test for AP121 and Zcomax sysupgrade images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45aa4b5327
commit
700dd5a8c6
@ -69,8 +69,8 @@ platform_check_image() {
|
|||||||
[ "$ARGC" -gt 1 ] && return 1
|
[ "$ARGC" -gt 1 ] && return 1
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
ap121 | ap121-mini)
|
ap121 | ap121-mini | zcn-1523h-2 | zcn-1523h-5)
|
||||||
[ "$magic_long" != "68737173" ] && {
|
[ "$magic" != "68737173" -a "$magic" != "19852003" ] && {
|
||||||
echo "Invalid image type."
|
echo "Invalid image type."
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
@ -111,13 +111,6 @@ platform_check_image() {
|
|||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
zcn-1523h-2 | zcn-1523h-5)
|
|
||||||
[ "$magic" != "6873" -a "$magic" != "1985" ] && {
|
|
||||||
echo "Invalid image type."
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
;;
|
|
||||||
routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d | ja76pf )
|
routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d | ja76pf )
|
||||||
[ "$magic" != "4349" ] && {
|
[ "$magic" != "4349" ] && {
|
||||||
echo "Invalid image. Use *-sysupgrade.bin files on this board"
|
echo "Invalid image. Use *-sysupgrade.bin files on this board"
|
||||||
|
Loading…
Reference in New Issue
Block a user