From ea4ed4961a51a323107cbf66c1d4ecf90818666b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 Aug 2006 10:35:14 +0000 Subject: simplify the sansa mi4 too and added some attempts to documentation of the variables now than none of our current targets need/use encryption git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10802 a1c6a512-1295-4272-9138-f99709370657 --- tools/mkmi4.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/mkmi4.sh b/tools/mkmi4.sh index 8e9a4bdc84..75046654e3 100755 --- a/tools/mkmi4.sh +++ b/tools/mkmi4.sh @@ -56,19 +56,24 @@ if test -z "$output"; then help fi +# sign - if the firmware should be DSA signed with a dummy (only 010301 +# firmwares) +# tea - name of the TEA crypt key to use for encrypting, but only if ... +# encrypt - is set to "yes" for encrypting the firmware case $target in + # fake example) + # sign="yes" + # encrypt="yes" + # tea=targetkey + # ;; e200) sign="yes" - encrypt="yes" - tea=sansa ;; h10) sign="yes" - tea=20gc_eng ;; h10_5gb) buildopt="-2" - tea=default ;; *) echo "unsupported target" -- cgit v1.2.3