diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-08-30 10:35:14 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-30 10:35:14 +0000 |
| commit | ea4ed4961a51a323107cbf66c1d4ecf90818666b (patch) | |
| tree | fb24aa037316a07dfbd33b27698acbf78e9e3ba0 | |
| parent | 84a5287caf607c6932e97e2953a94452338ea341 (diff) | |
| download | rockbox-ea4ed4961a51a323107cbf66c1d4ecf90818666b.zip rockbox-ea4ed4961a51a323107cbf66c1d4ecf90818666b.tar.gz rockbox-ea4ed4961a51a323107cbf66c1d4ecf90818666b.tar.bz2 rockbox-ea4ed4961a51a323107cbf66c1d4ecf90818666b.tar.xz | |
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
| -rwxr-xr-x | tools/mkmi4.sh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tools/mkmi4.sh b/tools/mkmi4.sh index 8e9a4bd..7504665 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" |