FreeCalypso > hg > fc-am-toolkit
diff sh/c139-gen-fc-ffs-tree @ 19:2299f1ebbfd2
c139-gen-fc-* shell scripts: add explanatory comments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 10 Jun 2023 23:20:44 +0000 |
parents | c8ad6188b9ed |
children |
line wrap: on
line diff
--- a/sh/c139-gen-fc-ffs-tree Sat Jun 10 08:16:10 2023 +0000 +++ b/sh/c139-gen-fc-ffs-tree Sat Jun 10 23:20:44 2023 +0000 @@ -1,5 +1,10 @@ #!/bin/sh +# This shell script is officially intended to be C139-specific, but it is +# currently used for all C1xx models. This script uses aud-c139 audio mode +# config files, but we don't have a different set of these files for other +# C1xx models, and this aspect of the hw is likely to be the same anyway. + if [ $# != 3 ] then echo "usage: $0 rfbin-dir imei-file output-dir" 1>&2