firmware: rework fritz-tools package
authorMathias Kresin <dev@kresin.me>
Sat, 25 Mar 2017 17:09:37 +0000 (18:09 +0100)
committerMathias Kresin <dev@kresin.me>
Sat, 8 Apr 2017 12:30:00 +0000 (14:30 +0200)
commit8b3fa168b49a4aad5797ef5083c17c348d99731b
treed7eac940d191855a585876a1a8018549981ca04d
parent136718a3d91bb392de8bc04d9fd59d86b4f460c0
firmware: rework fritz-tools package

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>
package/firmware/fritz-tools/Makefile [deleted file]
package/firmware/fritz-tools/README.md [deleted file]
package/firmware/fritz-tools/src/CMakeLists.txt [deleted file]
package/firmware/fritz-tools/src/fritz_cal_extract.c [deleted file]
package/firmware/fritz-tools/src/fritz_tffs_read.c [deleted file]
package/utils/fritz-tools/Makefile [new file with mode: 0644]
package/utils/fritz-tools/README.md [new file with mode: 0644]
package/utils/fritz-tools/src/CMakeLists.txt [new file with mode: 0644]
package/utils/fritz-tools/src/fritz_cal_extract.c [new file with mode: 0644]
package/utils/fritz-tools/src/fritz_tffs_read.c [new file with mode: 0644]
target/linux/ipq806x/image/Makefile