mirror of https://github.com/hak5/openwrt.git
parent
214f39d46d
commit
a59d59be79
|
@ -28,6 +28,13 @@ platform_check_image() {
|
|||
}
|
||||
return 0
|
||||
;;
|
||||
wrt160nl)
|
||||
[ "$magic" != "4e4c" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Sysupgrade is not yet supported on $board."
|
||||
|
|
Loading…
Reference in New Issue