firmware: add IPQ fritz-tools FW extraction tool
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 15 Mar 2017 10:48:56 +0000 (11:48 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 22 Mar 2017 08:45:18 +0000 (09:45 +0100)
commitaa47f5623a83be15949a080e77959f0f7db16041
tree86e1ca49c4fa47f31a3d232cc0d71f6bd579c7f4
parentd5b10bb560c2c3c615babfcfb64519bfc65818d9
firmware: add IPQ fritz-tools FW extraction tool

Adds tools to access tffs3 and pre-calibration data required for ipq4019
based FritBoxes.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
package/firmware/fritz-tools/Makefile [new file with mode: 0644]
package/firmware/fritz-tools/README.md [new file with mode: 0644]
package/firmware/fritz-tools/src/CMakeLists.txt [new file with mode: 0644]
package/firmware/fritz-tools/src/fritz_cal_extract.c [new file with mode: 0644]
package/firmware/fritz-tools/src/fritz_tffs_read.c [new file with mode: 0644]