[OpenBIOS] r618 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Wed Sep 19 04:56:12 CEST 2007


Author: wmb
Date: 2007-09-19 04:56:12 +0200 (Wed, 19 Sep 2007)
New Revision: 618

Modified:
   cpu/x86/pc/olpc/crypto.bth
Log:
OLPC crypto - The build was pulling down the wrong lease and developer key files.



Modified: cpu/x86/pc/olpc/crypto.bth
===================================================================
--- cpu/x86/pc/olpc/crypto.bth	2007-09-19 02:55:36 UTC (rev 617)
+++ cpu/x86/pc/olpc/crypto.bth	2007-09-19 02:56:12 UTC (rev 618)
@@ -6,10 +6,10 @@
 fload ${BP}/cpu/x86/pc/olpc/versions.fth
 
 " wget http://dev.laptop.org/pub/firmware/crypto/bios_verify-${CRYPTO_VERSION}.img -O verify.img" expand$ $sh
-" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/os.public -O os.public"        expand$ $sh
-" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/fw.public -O fw.public"        expand$ $sh
-" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/os.public -O lease.public"     expand$ $sh
-" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/fw.public -O developer.public" expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/os.public        -O os.public"        expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/fw.public        -O fw.public"        expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/lease.public     -O lease.public"     expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/developer.public -O developer.public" expand$ $sh
 
 \ This forces the creation of an crypto.log file, so we don't re-fetch
 writing crypto.version




More information about the OpenBIOS mailing list