[openfirmware] r972 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Sat Oct 4 02:10:36 CEST 2008


Author: wmb
Date: 2008-10-04 02:10:36 +0200 (Sat, 04 Oct 2008)
New Revision: 972

Modified:
   cpu/x86/pc/olpc/usb8388.bth
Log:
OLPC usb8388 build script - added both "-b" and plain versions of the md5
check command to make it easier to handle differences in the way that
people publish new wireless firmware files.

Modified: cpu/x86/pc/olpc/usb8388.bth
===================================================================
--- cpu/x86/pc/olpc/usb8388.bth	2008-10-04 00:10:31 UTC (rev 971)
+++ cpu/x86/pc/olpc/usb8388.bth	2008-10-04 00:10:36 UTC (rev 972)
@@ -11,7 +11,8 @@
 
 " wget -q http://dev.laptop.org/pub/firmware/libertas/usb8388-${WLAN_VERSION}.bin.md5" expand$ $sh
 
-" md5sum usb8388-${WLAN_VERSION}.bin | cmp - usb8388-${WLAN_VERSION}.bin.md5" expand$ $sh
+\ " md5sum usb8388-${WLAN_VERSION}.bin | cmp - usb8388-${WLAN_VERSION}.bin.md5" expand$ $sh
+" md5sum -b usb8388-${WLAN_VERSION}.bin | cmp - usb8388-${WLAN_VERSION}.bin.md5" expand$ $sh
 
 " mv usb8388-${WLAN_VERSION}.bin usb8388.bin" expand$ $sh
 " rm usb8388-${WLAN_VERSION}.bin.md5" expand$ $sh




More information about the openfirmware mailing list