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
This commit is contained in:
Daniel Stenberg 2006-08-30 10:35:14 +00:00
parent 84a5287caf
commit ea4ed4961a

View file

@ -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"