aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/fritz-tools/src/fritz_tffs_read.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware: rework fritz-tools packageMathias Kresin2017-04-081-375/+0
| | | | | | | | | | | | | | | | Split the fritz-tools into subpackages. fritz_tffs_read is usefull for all Fritz boards where fritz-cal_extract is only required for the Fritz 4040 at the moment. Rename the tffs related binary to the more catchy name fritz_tffs and move the whole package to utilities since the package doesn't really provide a firmware file. Make the fritz-tools available for all targets and build them shared. The tffs is used by avm on lantiq and ar71xx as well. Tested-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
* firmware: add IPQ fritz-tools FW extraction toolChristian Lamparter2017-03-221-0/+375
Adds tools to access tffs3 and pre-calibration data required for ipq4019 based FritBoxes. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>