j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-09-29 22:03:38 +0200 (Sat, 29 Sep 2007) New Revision: 654
Modified: cpu/x86/pc/olpc/crypto.bth Log: OLPC build scripts - Corrected the name of bios_hash.
Modified: cpu/x86/pc/olpc/crypto.bth =================================================================== --- cpu/x86/pc/olpc/crypto.bth 2007-09-29 19:40:22 UTC (rev 653) +++ cpu/x86/pc/olpc/crypto.bth 2007-09-29 20:03:38 UTC (rev 654) @@ -6,7 +6,7 @@ fload ${BP}/cpu/x86/pc/olpc/versions.fth
" wget http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D.... -O verify.img" expand$ $sh -" wget http://dev.laptop.org/pub/firmware/crypto/bios_hasher-$%7BCRYPTO_VERSION%7D.... -O hasher.img" expand$ $sh +" wget http://dev.laptop.org/pub/firmware/crypto/bios_hash-$%7BCRYPTO_VERSION%7D.im... -O hasher.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/lease.public -O lease.public" expand$ $sh