mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-22 10:02:27 +00:00
ramips: reorder the sysupgrade script
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46660
This commit is contained in:
parent
aa4c6e27b4
commit
eba4a143c6
@ -134,15 +134,22 @@ platform_check_image() {
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
wsr-1166)
|
||||
[ "$magic" != "48445230" ] && {
|
||||
ar670w)
|
||||
[ "$magic" != "6d000080" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
ar670w)
|
||||
[ "$magic" != "6d000080" ] && {
|
||||
br-6475nd)
|
||||
[ "$magic" != "43535953" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
c20i)
|
||||
[ "$magic" != "03000000" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
@ -158,15 +165,8 @@ platform_check_image() {
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
br-6475nd)
|
||||
[ "$magic" != "43535953" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
c20i)
|
||||
[ "$magic" != "03000000" ] && {
|
||||
wsr-1166)
|
||||
[ "$magic" != "48445230" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user