Project

General

Profile

Download (4.26 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5b6eac01 11/10/2008 04:17 AM Scott Ullrich

Use product_name

b3191bd2 06/17/2008 01:07 AM Scott Ullrich

Do not assume that we ship uniprocessor kernel on LiveCD any longer.

e1aea2cd 02/17/2008 12:03 AM Scott Ullrich

When bdiff is detected in the filename, invoke the binary update
routines.

f502151d 01/12/2008 10:43 PM Scott Ullrich

Make sure $d_fwupenabled_path is defined since it is initially defined
in guiconfig.inc. At some point in the future these variables should
be moved to globals.inc.

9daeb964 01/11/2008 06:00 PM Scott Ullrich

Automatically assume the embedded platform on update if the platform
is set to embedded or wrap. We do not include any kernels outside
of embedded anyways for this paticular platform.

60b7af16 01/11/2008 05:53 PM Scott Ullrich
  • Do not allow the image to go read only during download / upgrade ops
  • If a previous /root/firmware.tgz file exists before download, unlink
    the file to avoid a out of space error if the prior download operation
    happens to fail (or if / becomes rw again)
7afeb359 11/07/2007 11:11 PM Scott Ullrich

Remove any previous MD5 sums after upgrade.

6ec96809 08/28/2007 06:31 PM Scott Ullrich

Exit immediately after firmware update operation completes.

c79e6edf 08/28/2007 06:28 PM Scott Ullrich

Add carriage return

00392a13 08/28/2007 06:19 PM Scott Ullrich

Make $fp global

1939b5ce 08/28/2007 06:18 PM Scott Ullrich

Do not close STDIN until script is done processing.

92d8801f 08/28/2007 06:16 PM Scott Ullrich

Prompt for kernel type if it is not defined.

Ticket #1435

31210184 06/02/2007 10:05 PM Scott Ullrich

Close STDIN ($fp) handle before returning back to shell. Major doh's.

8e57ecdf 05/11/2007 03:24 AM Scott Ullrich

Mount image read write before upgrading.

8d93d52a 05/10/2007 12:54 AM Scott Ullrich

Mount read/write before fetching url.

23a44298 05/09/2007 05:39 AM Scott Ullrich

Use unlink_if_exists()

69c4d460 05/09/2007 05:35 AM Scott Ullrich

Unlink upgrade file on upgrade.

1d2cc906 05/09/2007 04:41 AM Scott Ullrich

Use /root/ as temporary storage.

e1f1691f 05/02/2007 12:25 AM Scott Ullrich

Fetch the filesize initially and compare it. In addition we compare MD5 to be absolutely sure.

4cc6345e 05/02/2007 12:08 AM Scott Ullrich
  • Do not close a buffer that has failed
  • Automatically retry failed connection
9b5d2d24 05/01/2007 10:26 PM Scott Ullrich

Exit if URL or PATH is blank.

1d2ac3a5 05/01/2007 10:17 PM Scott Ullrich

Add md5 support if the site is storing the value.

f4feb493 05/01/2007 09:56 PM Scott Ullrich

Add firmware update menu option which can fetch a URL from the internet or use a already fetched file from the file system.